pythainlp icon indicating copy to clipboard operation
pythainlp copied to clipboard

Remove all python-crfsuite models from PyThaiNLP

Open wannaphong opened this issue 3 years ago • 4 comments

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.

wannaphong avatar Feb 18 '22 16:02 wannaphong

List python-crfsuite models:

  • Thai NER (Done)
  • crfcut
  • crfcls

wannaphong avatar Feb 22 '22 15:02 wannaphong

If it want to deep learning models, it should working with onnx.

wannaphong avatar Mar 04 '22 19:03 wannaphong

Move to the future

wannaphong avatar Aug 19 '22 06:08 wannaphong

https://github.com/PyThaiNLP/pythainlp/commit/5e97e7c4ebcf68bca64e4f942c8dfe3a5ab2ebc5 Change the default NER to thainer-v2 that don't use python-crfsuite.

wannaphong avatar Jun 21 '23 16:06 wannaphong