Skip to content

Commit

Permalink
Delete unused references.
Browse files Browse the repository at this point in the history
  • Loading branch information
winnie0 committed Apr 23, 2022
1 parent 5ef88a6 commit e090ca5
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions ch7/nlu/word_embedding.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,6 @@
from gensim.models import FastText
from nlu.seg.ltp_util import ltp_seg_handler
from gensim.models.keyedvectors import KeyedVectors
from sklearn.metrics.pairwise import cosine_similarity
from numpy import add, dot
from gensim import matutils

# 读者需要修改为自己存放词向量文件的路径,否则会报错!!!
PATH = '/Users/winnie/software_package/'
Expand Down

0 comments on commit e090ca5

Please sign in to comment.