Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

the file : en_similars_dict.pkl in weights cannot find #1

Open
keyan2019 opened this issue Oct 4, 2022 · 2 comments
Open

the file : en_similars_dict.pkl in weights cannot find #1

keyan2019 opened this issue Oct 4, 2022 · 2 comments

Comments

@keyan2019
Copy link

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)``


@beyondguo
Copy link
Owner

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.

@11novi
Copy link

11novi commented May 22, 2023

Hello, I plan to apply Glove instead of word2vec. Should I change the en_similiars_dict.pkl ? If yes, how I could to get it?

Thank you

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants