PyThaiNLP/pythainlp: PyThaiNLP v3.1.0 Released!
Authors/Creators
- Wannaphong Phatthiyaphaibun1
- Arthit Suriyawongkul2
- Pattarawat Chormai
- Charin3
- Lalita Lowphansirikul4
- Pakin Siwatammarat
- smeeklai
- Pete Peeradej Tanruangporn
- Peradon Charoenchainetr5
- Can Udomcharoenchaikit6
- Supaseth
- "Plane" Abhabongse Janthong7
- Korakot Chaovavanich6
- Korkeat W.
- Vikimark
- Nonthakon Jitchiranant
- Nutchanon Ninyawee8
- Ye Lei (ๅถ็ฃ)
- thanathornboss
- Vee Satayamas9
- Pakawat Nakwijit10
- boomsquared
- Yann Dubois11
- cakimpei
- nyamakawa
- Chanchana Sornsoontorn
- Cody12
- Krissda Prakalphakul
- Preeti Yuankrathok13
- 1. @PyThaiNLP
- 2. Thai Netizen Network
- 3. Somboonkij Building Supply 1992
- 4. VISTEC-depa AI Research Institute of Thailand
- 5. KBTG
- 6. VISTEC
- 7. Krungthai Bank PCL
- 8. Codustry Pte. Ltd.
- 9. Kasetsart University
- 10. Queen Mary University of London
- 11. Stanford PhD in AI
- 12. QuantifiedCode
- 13. @C0D1UM, @Ganalytik
Description
This is the release version for PyThaiNLP v3.1.0
You can install by pip install pythainlp==3.1.0.
Documentation: https://pythainlp.github.io/dev-docs/
Report bug: https://github.com/PyThaiNLP/pythainlp/issues
See 3.1 Milestone.
What is new? Deprecation and other API changes 687 Remove deprecated function- pythainlp.word_vector; doesnt_match, get_model, most_similar_cosmul, sentence_vectorizer, similarity. use WordVector class instead
- pythainlp.util.delete_tone. use pythainlp.util.remove_tonemark instead
- Remove pythainlp.util.time_time. use pythainlp.util.time_to_thaiword instead
- pythainlp.tokenize.syllable_tokenize. use pythainlp.tokenize.subword_tokenize instead
- Now, PyThaiNLP support dependency_parsing ๐ Add pythainlp.parse.dependency_parsing https://github.com/PyThaiNLP/pythainlp/pull/706
- #665 Add Thai-NNER
pythainlp.tag.NNER - #658 Add LST20NER onnx model. It is LST20NER model to onnx model from fine-turning by WangchanBERTa model.
- #659 Add ISO 11940 transliteration
- #660 Add Thai W2P v0.2
- #686 Add wunsen
- #694 Wunsen Mandarin and Japanese update
- #656 Add support zip/tar.gz to download corpus
- #673 Add a normalising rule for Lakkhangyao เน
- #674 add gpu option
- #679 Add mt5 cpe kmutt thai sentence sum
- #682 Add live-dead syllable classification
- #684 Add live dead syllable classify
- #690 Add tone detector
- #699 Add Thai-English Cross-Language Transliterated Word Retrieval using Soundex Technique
- #689 map NG tag to PART
- #691 Remove TinyDB as a dependency
- #692 Fix notifications that newer versions of corpora are available
- Add warning about LST20 license
- @chameleonTK made their first contribution in https://github.com/PyThaiNLP/pythainlp/pull/673
- @vikimark made their first contribution in https://github.com/PyThaiNLP/pythainlp/pull/674
- @BLKSerene made their first contribution in https://github.com/PyThaiNLP/pythainlp/pull/691
- @cakimpei made their first contribution in https://github.com/PyThaiNLP/pythainlp/pull/694
Full Changelog: https://github.com/PyThaiNLP/pythainlp/compare/v3.0.10...v3.1.0
All Contributors<a href="https://github.com/PyThaiNLP/pythainlp/graphs/contributors"> <img src="https://contributors-img.firebaseapp.com/image?repo=PyThaiNLP/pythainlp" /> </a>
Thanks all the contributors. (Image made with contributors-img)
We build Thai NLP.
PyThaiNLP
Files
PyThaiNLP/pythainlp-v3.1.0.zip
Files
(9.8 MB)
| Name | Size | Download all |
|---|---|---|
|
md5:14787b85dcb10da3887e74f33da466bf
|
9.8 MB | Preview Download |
Additional details
Related works
- Is supplement to
- https://github.com/PyThaiNLP/pythainlp/tree/v3.1.0 (URL)