Pythainlp

Latest version: v5.0.3

Safety actively analyzes 630094 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 4 of 21

3.1.1

PyThaiNLP v3.1.1 is the releases updates of PyThaiNLP v3.1.0.

What's Changed
- `pythainlp.tools.misspell` changed to `pythainlp.tools.misspell.misspell`.
- Add Reduce import time 719 to PyThaiNLP 3.1.1 753
- Doc: Lst20 deprecation warning for 3.1.1 (749) 752 (Thank you noppayut)


**Full Changelog**: https://github.com/PyThaiNLP/pythainlp/compare/v3.1.0...v3.1.1

You can install or upgrade by `pip install pythainlp==3.1.1`.

Documentation: [https://pythainlp.github.io/docs/3.1](https://pythainlp.github.io/docs/3.1)

Report bug: [https://github.com/PyThaiNLP/pythainlp/issues](https://github.com/PyThaiNLP/pythainlp/issues)

See [PyThaiNLP 3.1 change log](https://github.com/PyThaiNLP/pythainlp/issues/643)

See [3.1 Milestone](https://github.com/PyThaiNLP/pythainlp/milestone/16).

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](https://github.com/PyThaiNLP/pythainlp/graphs/contributors). (Image made with [contributors-img](https://contributors-img.firebaseapp.com/))

3.1.0

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/docs/3.1](https://pythainlp.github.io/docs/3.1)

Report bug: [https://github.com/PyThaiNLP/pythainlp/issues](https://github.com/PyThaiNLP/pythainlp/issues)

See [PyThaiNLP 3.1 change log](https://github.com/PyThaiNLP/pythainlp/issues/643)

See [3.1 Milestone](https://github.com/PyThaiNLP/pythainlp/milestone/16).

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


Dependency Parsing
- Now, PyThaiNLP support dependency_parsing ๐ŸŽ‰ Add pythainlp.parse.dependency_parsing https://github.com/PyThaiNLP/pythainlp/pull/706

Name Entity Tagging
- 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](https://huggingface.co/airesearch/wangchanberta-base-att-spm-uncased).

Transliteration
- 659 Add ISO 11940 transliteration
- 660 Add Thai W2P v0.2
- 686 Add wunsen
- 694 Wunsen Mandarin and Japanese update

PyThaiNLP Corpus downloader
- 656 Add support zip/tar.gz to download corpus

Text normalization
- 673 Add a normalising rule for Lakkhangyao เน…

Translate
- 674 add gpu option

Text summarize
- 679 Add mt5 cpe kmutt thai sentence sum

Util
- 682 Add live-dead syllable classification
- 684 Add live dead syllable classify
- 690 Add tone detector

Soundex
- 699 Add Thai-English Cross-Language Transliterated Word Retrieval using Soundex Technique

Other
- 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

Contributors
New Contributors
* 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](https://github.com/PyThaiNLP/pythainlp/graphs/contributors). (Image made with [contributors-img](https://contributors-img.firebaseapp.com/))

We build Thai NLP.

PyThaiNLP

3.1.0beta0

This is the beta version for PyThaiNLP v3.1.

You can install by `pip install --pre pythainlp==3.1.0b0`.

Documentation: [https://pythainlp.github.io/dev-docs/](https://pythainlp.github.io/dev-docs/)

Report bug: [https://github.com/PyThaiNLP/pythainlp/issues](https://github.com/PyThaiNLP/pythainlp/issues)

See [PyThaiNLP 3.1 change log](https://github.com/PyThaiNLP/pythainlp/issues/643)

See [3.1 Milestone](https://github.com/PyThaiNLP/pythainlp/milestone/16).

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


Dependency Parsing
- Now, PyThaiNLP support dependency_parsing ๐ŸŽ‰ Add pythainlp.parse.dependency_parsing https://github.com/PyThaiNLP/pythainlp/pull/706

Name Entity Tagging
- 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](https://huggingface.co/airesearch/wangchanberta-base-att-spm-uncased).

Transliteration
- 659 Add ISO 11940 transliteration
- 660 Add Thai W2P v0.2
- 686 Add wunsen
- 694 Wunsen Mandarin and Japanese update

PyThaiNLP Corpus downloader
- 656 Add support zip/tar.gz to download corpus

Text normalization
- 673 Add a normalising rule for Lakkhangyao เน…

Translate
- 674 add gpu option

Text summarize
- 679 Add mt5 cpe kmutt thai sentence sum

Util
- 682 Add live-dead syllable classification
- 684 Add live dead syllable classify
- 690 Add tone detector

Soundex
- 699 Add Thai-English Cross-Language Transliterated Word Retrieval using Soundex Technique

Other
- 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

What's Changed
* Add more words from Royal Society by wannaphong in https://github.com/PyThaiNLP/pythainlp/pull/653
* Add support zip/tar.gz to download corpus by wannaphong in https://github.com/PyThaiNLP/pythainlp/pull/656
* Update from dev by wannaphong in https://github.com/PyThaiNLP/pythainlp/pull/657
* Add ISO 11940 transliteration by wannaphong in https://github.com/PyThaiNLP/pythainlp/pull/659
* Add Thai W2P v0.2 and PyThaiNLP v3.0.6dev0 by wannaphong in https://github.com/PyThaiNLP/pythainlp/pull/660
* Add LST20NER onnx model by wannaphong in https://github.com/PyThaiNLP/pythainlp/pull/658
* Add Thai-NNER by wannaphong in https://github.com/PyThaiNLP/pythainlp/pull/665
* Update dev base from 3.0 base by wannaphong in https://github.com/PyThaiNLP/pythainlp/pull/668
* PyThaiNLP 3.0.7 by wannaphong in https://github.com/PyThaiNLP/pythainlp/pull/670
* Update dev branche from pythainlp-3.0 branche by wannaphong in https://github.com/PyThaiNLP/pythainlp/pull/672
* Normalise Lakkhangyao by chameleonTK in https://github.com/PyThaiNLP/pythainlp/pull/673
* add gpu option by vikimark in https://github.com/PyThaiNLP/pythainlp/pull/674
* Bump tensorflow from 2.5.3 to 2.6.4 by dependabot in https://github.com/PyThaiNLP/pythainlp/pull/677
* Bump tensorflow from 2.6.4 to 2.7.2 by dependabot in https://github.com/PyThaiNLP/pythainlp/pull/678
* Add mt5 cpe kmutt thai sentence sum by wannaphong in https://github.com/PyThaiNLP/pythainlp/pull/679
* Add live-dead syllable classification by wannaphong in https://github.com/PyThaiNLP/pythainlp/pull/682
* Fixed CI Bug by wannaphong in https://github.com/PyThaiNLP/pythainlp/pull/683
* Add live dead syllable classify by wannaphong in https://github.com/PyThaiNLP/pythainlp/pull/684
* Add wunsen by wannaphong in https://github.com/PyThaiNLP/pythainlp/pull/686
* Add ThaiSum sentence segmentor by chameleonTK in https://github.com/PyThaiNLP/pythainlp/pull/688
* map NG tag to PART by chameleonTK in https://github.com/PyThaiNLP/pythainlp/pull/689
* Add tone detector by wannaphong in https://github.com/PyThaiNLP/pythainlp/pull/690
* Remove deprecated function by wannaphong in https://github.com/PyThaiNLP/pythainlp/pull/687
* Remove TinyDB as a dependency by BLKSerene in https://github.com/PyThaiNLP/pythainlp/pull/691
* Fix notifications that newer versions of corpora are available by BLKSerene in https://github.com/PyThaiNLP/pythainlp/pull/692
* Start PyThaiNLP v3.1.0-dev0 by wannaphong in https://github.com/PyThaiNLP/pythainlp/pull/693
* Wunsen Mandarin and Japanese update by cakimpei in https://github.com/PyThaiNLP/pythainlp/pull/694
* Add Thai-English Cross-Language Transliterated Word Retrieval using Soundex Technique by wannaphong in https://github.com/PyThaiNLP/pythainlp/pull/699
* Fixed 700 by wannaphong in https://github.com/PyThaiNLP/pythainlp/pull/701
* Update add-word_detokenize from dev by wannaphong in https://github.com/PyThaiNLP/pythainlp/pull/703
* Add word_detokenize by wannaphong in https://github.com/PyThaiNLP/pythainlp/pull/697
* Move model by wannaphong in https://github.com/PyThaiNLP/pythainlp/pull/705
* Add pythainlp.parse.dependency_parsing by wannaphong in https://github.com/PyThaiNLP/pythainlp/pull/706

New Contributors
* 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.9...v3.1.0-beta0

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](https://github.com/PyThaiNLP/pythainlp/graphs/contributors). (Image made with [contributors-img](https://contributors-img.firebaseapp.com/))

We build Thai NLP.

PyThaiNLP

3.1.0dev3

This is a development release for PyThaiNLP v3.1.


You can install by `pip install --pre pythainlp==3.1.0.dev3`.

Documentation: [https://pythainlp.github.io/dev-docs/](https://pythainlp.github.io/dev-docs/)

Report bug: [https://github.com/PyThaiNLP/pythainlp/issues](https://github.com/PyThaiNLP/pythainlp/issues)

See [PyThaiNLP 3.1 change log](https://github.com/PyThaiNLP/pythainlp/issues/643)

See [3.1 Milestone](https://github.com/PyThaiNLP/pythainlp/milestone/16).

What's Changed
* Move model by wannaphong in https://github.com/PyThaiNLP/pythainlp/pull/705
* Add pythainlp.parse.dependency_parsing by wannaphong in https://github.com/PyThaiNLP/pythainlp/pull/706


**Full Changelog**: https://github.com/PyThaiNLP/pythainlp/compare/v3.1.0-dev2...v3.1.0-dev3

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](https://github.com/PyThaiNLP/pythainlp/graphs/contributors). (Image made with [contributors-img](https://contributors-img.firebaseapp.com/))

We build Thai NLP.

PyThaiNLP

3.1.0dev2

This is the development release for PyThaiNLP v3.1.

You can install by `pip install --pre pythainlp==3.1.0.dev2`.

Documentation: [https://pythainlp.github.io/dev-docs/](https://pythainlp.github.io/dev-docs/)

Report bug: [https://github.com/PyThaiNLP/pythainlp/issues](https://github.com/PyThaiNLP/pythainlp/issues)

See [PyThaiNLP 3.1 change log](https://github.com/PyThaiNLP/pythainlp/issues/643)

See [3.1 Milestone](https://github.com/PyThaiNLP/pythainlp/milestone/16).

What's Changed
* Add Thai-English Cross-Language Transliterated Word Retrieval using Soundex Technique by wannaphong in https://github.com/PyThaiNLP/pythainlp/pull/699
* Fixed 700 by wannaphong in https://github.com/PyThaiNLP/pythainlp/pull/701
* Update add-word_detokenize from dev by wannaphong in https://github.com/PyThaiNLP/pythainlp/pull/703
* Add word_detokenize by wannaphong in https://github.com/PyThaiNLP/pythainlp/pull/697

**Full Changelog**: https://github.com/PyThaiNLP/pythainlp/compare/v3.1.0-dev1...v3.1.0-dev2

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](https://github.com/PyThaiNLP/pythainlp/graphs/contributors). (Image made with [contributors-img](https://contributors-img.firebaseapp.com/))

3.1.0dev1

This is the development release for PyThaiNLP v3.1.

You can install by `pip install --pre pythainlp==3.1.0.dev1`.

Documentation: [https://pythainlp.github.io/dev-docs/](https://pythainlp.github.io/dev-docs/)

Report bug: [https://github.com/PyThaiNLP/pythainlp/issues](https://github.com/PyThaiNLP/pythainlp/issues)

See [PyThaiNLP 3.1 change log](https://github.com/PyThaiNLP/pythainlp/issues/643)

See [3.1 Milestone](https://github.com/PyThaiNLP/pythainlp/milestone/16).

What's Changed
* Wunsen Mandarin and Japanese update by cakimpei in https://github.com/PyThaiNLP/pythainlp/pull/694

New Contributors
* cakimpei made their first contribution in https://github.com/PyThaiNLP/pythainlp/pull/694

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](https://github.com/PyThaiNLP/pythainlp/graphs/contributors). (Image made with [contributors-img](https://contributors-img.firebaseapp.com/))


**Full Changelog**: https://github.com/PyThaiNLP/pythainlp/compare/v3.1.0-dev0...v3.1.0-dev1

Page 4 of 21

ยฉ 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.