zqhZY / short_text_cnn_cluster

Implement of paper Self-Taught Convolutional Neural Networks for Short Text Clustering using Keras.
46 stars 16 forks source link

data #1

Open fireflycsq opened 5 years ago

fireflycsq commented 5 years ago

No such file or directory: 'data/GoogleNews-vectors-negative300.bin'

mwaseemrandhawa commented 5 years ago

Its pre-trained model by google. You can download from this link. https://drive.google.com/file/d/0B7XkCwpI5KDYNlNUTTlSS21pQmM/edit

bagheria commented 5 years ago

You should open the data files with utf8 like: open(text_path, encoding='utf-8')

yanjingke commented 3 years ago

好像代码有问题