brightmart / text_classification

all kinds of text classification models and more with deep learning
MIT License
7.83k stars 2.57k forks source link

a01_FastText #73

Closed chenting0324 closed 5 years ago

chenting0324 commented 6 years ago

Hi, In data_util_zhihu.py: def create_voabulary(simple=None,word2vec_model_path='zhihu-word2vec-title-desc.bin-100',name_scope='') but your data is zhihu-word2vec-title-desc.bin-100.txt, should I add the .txt to the path, but if I do this, it will have other errors

eureka2012 commented 5 years ago

rename the txt file: zhihu-word2vec-title-desc.bin-100