mojave-pku / TextLevelGCN

source code of our paper presents in EMNLP 2019. https://www.aclweb.org/anthology/D19-1345/
GNU General Public License v3.0
54 stars 15 forks source link

the word2vec module in the model.py? #2

Closed bright1993ff66 closed 4 years ago

bright1993ff66 commented 4 years ago

In the model.py, the module word2vec is not defined. Are you using the word2vec from gensim? such as:

from gensim.models import Word2Vec
mojave-pku commented 4 years ago

No, you can install the package with the name 'word2vec' by pip. pip3 install word2vec

bright1993ff66 commented 4 years ago

@HuangLianzhe I will try that! Thanks~