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

Where is Word2VecExtended? #1

Open
klb3713 opened this issue Nov 14, 2014 · 9 comments
Open

Where is Word2VecExtended? #1

klb3713 opened this issue Nov 14, 2014 · 9 comments

Comments

@klb3713
Copy link

klb3713 commented Nov 14, 2014

from word2vec_extended import Word2VecExtended

@JonathanRaiman
Copy link
Owner

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:

      get_index(word)
      #=> int index
      get_underlying_word_object(word)
      #=> Word2Vec word

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.

@code-learner
Copy link

there is still no word2vec_extended,so I can run the code successfully.

@pseudomonas
Copy link

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?

@WenxiongLiao
Copy link

where is word2vec_extended???

@wh213op
Copy link

wh213op commented May 18, 2018

but i can't find vcvarsall.bat in pvdm.inner

@fayexu
Copy link

fayexu commented Sep 28, 2018

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:

      get_index(word)
      #=> int index
      get_underlying_word_object(word)
      #=> Word2Vec word

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.

still have this dependencies, so i cannot run it successfully. could you release it ? thx

@sdenis1995
Copy link

Kind of a shame that https://github.com/JonathanRaiman/word2vec_extended/ repo does not exist anymore, so we cant even manually fix the problem

@Gleiwer
Copy link

Gleiwer commented Mar 28, 2019

Hi @JonathanRaiman would be great if you can update the repository so it can be usable. Nice stuff by the way.

Regards!

@peterpan23
Copy link

Hi @JonathanRaiman would be appreciate if you cant tell how to resolve the problem of "lacking word2vecExtented".

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

10 participants