PVDM icon indicating copy to clipboard operation
PVDM copied to clipboard

Where is Word2VecExtended?

Open klb3713 opened this issue 11 years ago • 9 comments

from word2vec_extended import Word2VecExtended

klb3713 avatar Nov 14 '14 03:11 klb3713

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.

JonathanRaiman avatar Nov 18 '14 05:11 JonathanRaiman

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

code-learner avatar Jul 27 '15 07:07 code-learner

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?

pseudomonas avatar Mar 03 '16 17:03 pseudomonas

where is word2vec_extended???

WenxiongLiao avatar Mar 27 '18 14:03 WenxiongLiao

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

wh213op avatar May 18 '18 04:05 wh213op

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

fayexu avatar Sep 28 '18 12:09 fayexu

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

sdenis1995 avatar Mar 10 '19 09:03 sdenis1995

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

Regards!

Gleiwer avatar Mar 28 '19 19:03 Gleiwer

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

peterpan23 avatar Sep 30 '20 07:09 peterpan23