lzhenboy / word2vec-Chinese

a tutorial for training Chinese-word2vec using Wiki corpus
118 stars 27 forks source link

no module name opencc #1

Open zhonglin516 opened 5 years ago

zhonglin516 commented 5 years ago

请教下 from opencc import opencc 出现module not found error:no module named opencc.怎么解决, pip install opencc不行

lzhenboy commented 5 years ago

I guess your environment is Python3. If so, you can try: pip install opencc-python-reimplemented. For this module, you can refer to: https://pypi.org/project/opencc-python-reimplemented/

zhonglin516 commented 5 years ago

The problem is solved, thank you.