Skip to content

Releases: PyThaiNLP/pythainlp

PyThaiNLP v3.0.9 Released!

14 Sep 16:09
Compare
Choose a tag to compare

PyThaiNLP v3.0.9 is This release is a bug fix release of PyThaiNLP v3.0.8.

Bug Fixed

  • Fixed Thai w2p model version is 0.1 b1cddd9

You can install by pip install pythainlp or upgrade by pip install -U pythainlp.

Documentation: https://pythainlp.github.io/docs/3.0/index.html

Report bug: https://github.com/PyThaiNLP/pythainlp/issues

See PyThaiNLP 3.0 change log

Contributors

Thanks all the contributors. (Image made with contributors-img)

PyThaiNLP v3.1.0-dev1

01 Sep 15:31
1b2f39b
Compare
Choose a tag to compare
PyThaiNLP v3.1.0-dev1 Pre-release
Pre-release

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/

Report bug: https://github.com/PyThaiNLP/pythainlp/issues

See PyThaiNLP 3.1 change log

See 3.1 Milestone.

What's Changed

New Contributors

All Contributors

Thanks all the contributors. (Image made with contributors-img)

Full Changelog: v3.1.0-dev0...v3.1.0-dev1

PyThaiNLP v3.1.0-dev0

31 Aug 16:01
a07293e
Compare
Choose a tag to compare
PyThaiNLP v3.1.0-dev0 Pre-release
Pre-release

This is the first development release for PyThaiNLP v3.1.

You can install by pip install --pre pythainlp==3.1.0.dev0.

Documentation: https://pythainlp.github.io/dev-docs/

Report bug: https://github.com/PyThaiNLP/pythainlp/issues

See PyThaiNLP 3.1 change log

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

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.

Transliteration

  • #659 Add ISO 11940 transliteration
  • #660 Add Thai W2P v0.2
  • #686 Add wunsen

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

Other

  • #689 map NG tag to PART
  • #691 Remove TinyDB as a dependency
  • #692 Fix notifications that newer versions of corpora are available

What's Changed

Contributors

New Contributors

All Contributors

Thanks all the contributors. (Image made with contributors-img)

Full Changelog: v3.0.8...v3.1.0-dev0

PyThaiNLP v3.0.8 Released!

16 May 18:33
34e2e01
Compare
Choose a tag to compare

PyThaiNLP v3.0.8 is This release is a bug fix release of PyThaiNLP 3.0.7.

Bug Fixed

  • Fixed nercut bug. #671 Thank you @kmining for your bug report.

You can install by pip install pythainlp or upgrade by pip install -U pythainlp.

Documentation: https://pythainlp.github.io/docs/3.0/index.html

Report bug: https://github.com/PyThaiNLP/pythainlp/issues

See PyThaiNLP 3.0 change log

Contributors

Thanks all the contributors. (Image made with contributors-img)

PyThaiNLP v3.0.7 Released!

16 May 06:08
bcc596e
Compare
Choose a tag to compare

PyThaiNLP v3.0.7 is This release is a bug fix release of PyThaiNLP 3.0.5.

Bug Fixed

  • Fixed nercut bug. #666 Thank you @kmining for your bug report.

You can install by pip install pythainlp or upgrade by pip install -U pythainlp.

Documentation: https://pythainlp.github.io/docs/3.0/index.html

Report bug: https://github.com/PyThaiNLP/pythainlp/issues

See PyThaiNLP 3.0 change loghttps://github.com/PyThaiNLP/pythainlp/issues/545

Contributors

Thanks all the contributors. (Image made with contributors-img)

PyThaiNLP v3.0.6 Released!

16 May 06:04
78d2185
Compare
Choose a tag to compare

PyThaiNLP v3.0.6 is This release is a bug fix release of PyThaiNLP 3.0.5.

Bug Fixed

  • Fixed nercut bug. #666 Thank you @kmining for your bug report.

You can install by pip install pythainlp or upgrade by pip install -U pythainlp.

Documentation: https://pythainlp.github.io/docs/3.0/index.html

Report bug: https://github.com/PyThaiNLP/pythainlp/issues

See PyThaiNLP 3.0 change log#545

Contributors

Thanks all the contributors. (Image made with contributors-img)

PyThaiNLP v3.0.5 Released!

14 Feb 10:44
e9b8962
Compare
Choose a tag to compare

PyThaiNLP v3.0.5 is This release is a bug fix release of PyThaiNLP 3.0.4.

Bug Fixed

You can install by pip install pythainlp or upgrade by pip install -U pythainlp.

Documentation: https://pythainlp.github.io/docs/3.0/index.html

Report bug: https://github.com/PyThaiNLP/pythainlp/issues

See PyThaiNLP 3.0 change log#545

Contributors

Thanks all the contributors. (Image made with contributors-img)

PyThaiNLP v3.0.4 Released!

14 Feb 09:47
abbd4e4
Compare
Choose a tag to compare

PyThaiNLP v3.0.4 is This release is a bug fix release of PyThaiNLP 3.0.3.

Bug Fixed

  • Remove pythainlp.tag.named_entity.ThaiNameTagger to fixed import pycrfsuite. cc628d8

You can install by pip install pythainlp or upgrade by pip install -U pythainlp.

Documentation: https://pythainlp.github.io/docs/3.0/index.html

Report bug: https://github.com/PyThaiNLP/pythainlp/issues

See PyThaiNLP 3.0 change log#545

Contributors

Thanks all the contributors. (Image made with contributors-img)

PyThaiNLP v3.0.3 Released!

09 Feb 12:14
b403435
Compare
Choose a tag to compare

PyThaiNLP v3.0.3 is This release is a bug fix release of PyThaiNLP 3.0.2.

Bug Fixed

  • Fixed TypeError in pythainlp.spell.symspellpy #650

You can install by pip install pythainlp or upgrade by pip install -U pythainlp.

Documentation: https://pythainlp.github.io/docs/3.0/index.html

Report bug: https://github.com/PyThaiNLP/pythainlp/issues

See PyThaiNLP 3.0 change log#545

Contributors

Thanks all the contributors. (Image made with contributors-img)

PyThaiNLP v3.0.2 Release!

09 Feb 07:37
497d18d
Compare
Choose a tag to compare

PyThaiNLP v3.0.2 is This release is a bug fix release of PyThaiNLP 3.0.1.

Bug Fixed

  • Fixed some wrong code. from #645

You can install by pip install pythainlp or upgrade by pip install -U pythainlp.

Documentation: https://pythainlp.github.io/docs/3.0/index.html

Report bug: https://github.com/PyThaiNLP/pythainlp/issues

See PyThaiNLP 3.0 change log#545

Contributors

Thanks all the contributors. (Image made with contributors-img)