PyThaiNLP / pythainlp

Thai Natural Language Processing in Python.
https://pythainlp.org/
Apache License 2.0
983 stars 274 forks source link

Python 3.11 Support #765

Closed wannaphong closed 1 year ago

wannaphong commented 1 year ago

Hello everyone! Most funtions of PyThaiNLP are support Python 3.11 but some funtions are not support Python 3.11 if it needs to install python-crfsuite, so Thai NER, CERCUT, and ssg are not support Python 3.11.

Today, python-crfsuite has a pull request to fixed but It still wait the project. If you needs to use thier funtions, you should install python-crfsuite by the pull request.

https://github.com/scrapinghub/python-crfsuite/pull/151 https://github.com/scrapinghub/python-crfsuite/issues/150

wannaphong commented 1 year ago

Done