-
Notifications
You must be signed in to change notification settings - Fork 78
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
Where is Word2VecExtended? #1
Comments
Sorry about that. I'm gonna release that part soon (or at least include here, silly me). There isn't much to this class since it's a wrapper around gensim's Language Model class Word2vec that adds some useful convenience functions for training:
Those show up in the "create_job" method of PVDM. I'm gonna try to reduce the dependencies of this package to make it easier to use. |
there is still no word2vec_extended,so I can run the code successfully. |
I've found the module at https://github.com/JonathanRaiman/word2vec_extended/ but there's no installation instructions on either that module or this one. Am I missing something? |
where is word2vec_extended??? |
but i can't find vcvarsall.bat in pvdm.inner |
still have this dependencies, so i cannot run it successfully. could you release it ? thx |
Kind of a shame that https://github.com/JonathanRaiman/word2vec_extended/ repo does not exist anymore, so we cant even manually fix the problem |
Hi @JonathanRaiman would be great if you can update the repository so it can be usable. Nice stuff by the way. Regards! |
Hi @JonathanRaiman would be appreciate if you cant tell how to resolve the problem of "lacking word2vecExtented". |
from word2vec_extended import Word2VecExtended
The text was updated successfully, but these errors were encountered: