ccks2019-ipre / baseline

baseline for ccks2019-ipre
49 stars 14 forks source link

where is the word2vec.txt #1

Open SeekPoint opened 5 years ago

SeekPoint commented 5 years ago

ub16c9@ub16c9-gpu:~/ub16_prj/ccks2019-ipre+baseline$ python3.6 baseline.py build model .... File "baseline.py", line 66, in init self.wordMap, word_embed = self.load_wordVec() File "baseline.py", line 100, in load_wordVec for line in open(os.path.join(self.data_path, 'word2vec.txt')): FileNotFoundError: [Errno 2] No such file or directory: './data/word2vec.txt' ub16c9@ub16c9-gpu:~/ub16_prj/ccks2019-ipre+baseline$

onehaitao commented 5 years ago

train word2vec by yourself with gensim package