pythainlp
pythainlp copied to clipboard
Remove all python-crfsuite models from PyThaiNLP
After python-crfsuite
fixed python 3.10 problem but they doesn't release new version to PyPI. https://github.com/scrapinghub/python-crfsuite/issues/139
I think we should change all python-crfsuite models to Pytorch models.
List python-crfsuite models:
- Thai NER (Done)
- crfcut
- crfcls
If it want to deep learning models, it should working with onnx.
Move to the future
https://github.com/PyThaiNLP/pythainlp/commit/5e97e7c4ebcf68bca64e4f942c8dfe3a5ab2ebc5 Change the default NER to thainer-v2 that don't use python-crfsuite.