tsroten / pynlpir

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

Pynlpir Accuracy #64

Closed rafael75012 closed 7 years ago

rafael75012 commented 7 years ago

Hi,

I am a user of Pynlpir, and I would like to know where I can found the results of its accuracy tests, if any have been processed.

tsroten commented 7 years ago

Hi! Thanks for using PyNLPIR!

PyNLPIR doesn't do any language processing itself. It is a wrapper around NLPIR, which is a separate project. You can find more information about that project here. It is featured in academic journal articles and various online sources.

rafael75012 commented 7 years ago

Thank you for your very quick response. But ICTCLAS seems to have been updated many times, I know for example ICTCLAS2008 and ICTCLAS 2014. On which version is Pynlpir based?

tsroten commented 7 years ago

The 2015 version.

rafael75012 commented 7 years ago

Thank you so much