tsroten / pynlpir

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

pynlpir.open failed with runtime error #59

Closed fengxia41103 closed 8 years ago

fengxia41103 commented 8 years ago

raise RuntimeError("NLPIR function 'NLPIR_Init' failed.")

Was working until we did pip install --upgrade pynlpir to ugrade to 0.4.5. Rolled back to 0.4.3 complained about license out of date.

tsroten commented 8 years ago

@fengxia41103 Can you please paste the entire traceback and error message?

tsroten commented 8 years ago

@fengxia41103 The license is out-of-date again. I've just updated PyNLPIR again. Try again with the latest version via pip install --upgrade pynlpir