Published July 24, 2023
| Version v4.1.0-beta1
Software
Open
PyThaiNLP: Thai Natural Language Processing in Python
Description
Schedule
- First Beta release: 24 July 2023
See 4.1 Milestone.
What is new? Deprecation and other API changes- https://github.com/PyThaiNLP/pythainlp/commit/5e97e7c4ebcf68bca64e4f942c8dfe3a5ab2ebc5 Change the default NER to thainer-v2
- Add pythainlp.coref: Add pythainlp.coref for support Thai Coreference resolution #802
- Add wtpsplit to sentence segmentation & paragraph segmentation #804 and add paragraph_threshold into paragraph_tokenize function #806
- Add word approximation to pythainlp.soundex.sound by @wannaphong in https://github.com/PyThaiNLP/pythainlp/pull/809
- Add pythainlp.wsd for Thai Word Sense Disambiguation by @wannaphong in https://github.com/PyThaiNLP/pythainlp/pull/818
- Add pythainlp.chat and WangChanGLM to pythainlp.generate by @wannaphong in https://github.com/PyThaiNLP/pythainlp/pull/819
- Add a param-free classification model (
pythainlp.cls) by @c4n in https://github.com/PyThaiNLP/pythainlp/pull/821 - Add pythainlp.el by @wannaphong in https://github.com/PyThaiNLP/pythainlp/pull/822
- Add pythainlp.util.abbreviation_to_full_text #826 by @wannaphong in https://github.com/PyThaiNLP/pythainlp/pull/826
- Add wtpsplit engine to sentence_tokenize #804
- New
paragraph_tokenizefuntion to split Thai text to a paragraph. #804 - add
paragraph_thresholdintoparagraph_tokenizefunction by @pavaris-pm in https://github.com/PyThaiNLP/pythainlp/pull/806
- Add small100 to pythainlp.translate by @wannaphong in https://github.com/PyThaiNLP/pythainlp/pull/815
- Add orst list by @wannaphong in https://github.com/PyThaiNLP/pythainlp/pull/810
- Add thai_synonym #825 by @wannaphong in https://github.com/PyThaiNLP/pythainlp/pull/825
- Add pythainlp.util.encoding by @wannaphong in https://github.com/PyThaiNLP/pythainlp/pull/813
- Add pythainlp.util.spell_words by @wannaphong in https://github.com/PyThaiNLP/pythainlp/pull/817
- Add pythainlp.util.abbreviation_to_full_text #826 by @wannaphong in https://github.com/PyThaiNLP/pythainlp/pull/826
- @pavaris-pm made their first contribution in https://github.com/PyThaiNLP/pythainlp/pull/806
- @falukelo made their first contribution in https://github.com/PyThaiNLP/pythainlp/pull/824
Full Changelog: https://github.com/PyThaiNLP/pythainlp/compare/v4.0.0...v4.1.0-beta1
Notes
Files
PyThaiNLP/pythainlp-v4.1.0-beta1.zip
Files
(19.2 MB)
| Name | Size | Download all |
|---|---|---|
|
md5:a4c936621ec224ea95c8703c51e5fd2d
|
19.2 MB | Preview Download |
Additional details
Related works
- Is supplement to
- https://github.com/PyThaiNLP/pythainlp/tree/v4.1.0-beta1 (URL)