AimeeLee77 / keyword_extraction

利用Python实现中文文本关键词抽取,分别采用TF-IDF、TextRank、Word2Vec词聚类三种方法。

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

IOError: [Errno 2] No such file or directory: 'wiki.zh.text.vector'

lyicy opened this issue · comments

commented

下载完 直接运行python keyextract_word2vec_1.py 报“IOError: [Errno 2] No such file or directory: 'wiki.zh.text.vector'” 怎么解决?

请问怎么解决这个问题