You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hello,i can't find the file in the weight.
where can download the file:en_similars_dict.pkl
```
with open('weights/en_similars_dict.pkl','rb') as f:
self.similar_words_dict = pickle.load(f)``
The text was updated successfully, but these errors were encountered:
Hi, thanks for your interest in our project!
For all the word2vec weights and the xx_similars_dict.pkl files, you can download them from this link, and put these files in a weights/ directory.
Btw, using the word2vec for synonyms searching may be time-consuming, later I will update a new version that supports using WordNet for fast searching.
hello,i can't find the file in the weight.
where can download the file:en_similars_dict.pkl
```
with open('weights/en_similars_dict.pkl','rb') as f:
self.similar_words_dict = pickle.load(f)``
The text was updated successfully, but these errors were encountered: