tsroten / pynlpir

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

License expired again #67

Closed kehao95 closed 7 years ago

kehao95 commented 7 years ago

Sadly found out that the license file failed again. And the NLPIR project has been changed a lot.
There is no single license anymore. And it divided the functions into components. Still undocumented. This project is no longer working before major changes.

Thank you for your work on this project you've helped me a lot.

Personally, I don't recommend you spend much of your time on such a closed source project. Especially when their documents are so out of date, and the licenses expire weekly/monthly.

tsroten commented 7 years ago

@kehao95 Yes, NLPIR licenses are hard to understand. I'm not quite sure what they accomplish since the licenses are available on GitHub for download.

You should be able to use this license.

tsroten commented 7 years ago

@kehao95 If you update via pip install --upgrade pynlpir to the newest version, you can auto-update the license by running pynlpir update.

kehao95 commented 7 years ago

thank you~ 😃