tsroten / pynlpir

A Python wrapper around the NLPIR/ICTCLAS Chinese segmentation software.
MIT License
566 stars 135 forks source link

pynlpir.open RuntimeError #50

Closed hfxunlp closed 8 years ago

hfxunlp commented 8 years ago

I install the package by pip install pynlpir, It reports pynlpirinit.py line97.in open raise RuntimeError("NLPIR function 'NLPRI_Init' failed.") I installed 32-bit python 2.7.11 on 64-bit Windows 10. Is there anything I could do to fix this?thanks for help.

hfxunlp commented 8 years ago

I fix it by replace folder Data from official package

tsroten commented 8 years ago

@anoidgit Thanks for pointing this out. This has been fixed.

hfxunlp commented 8 years ago

my pleasure