Skip to content

Releases: PyThaiNLP/nlpo3

nlpO3-Python 1.3.0

14 Apr 11:49
658b953
Compare
Choose a tag to compare

What's Changed

Full Changelog: nlpo3-python-v1.2.6...nlpo3-python-v1.3.0

nlpO3-Python 1.2.6

01 Dec 09:51
Compare
Choose a tag to compare

nlpO3-Python 1.2.5

01 Dec 09:09
Compare
Choose a tag to compare

nlpO3-Python 1.2.4

01 Dec 08:58
Compare
Choose a tag to compare

nlpO3-Python 1.2.3

01 Dec 08:46
Compare
Choose a tag to compare

What's Changed

  • Add build for Mac M1
  • Python 3.10 build

Full Changelog: nlpo3-python-v1.2.3.dev0...nlpo3-python-v1.2.3

nlpO3-Python 1.2.3.dev0

13 Nov 07:33
b2c14e1
Compare
Choose a tag to compare
Pre-release

What's Changed

  • Feature/humand readble regex by @Gorlph in #56
  • change nodejs binding to reflect changes from core by @Gorlph in #57

Full Changelog: nlpo3-python-v1.2.2...nlpo3-python-v1.2.3.dev0

nlpO3-Python 1.2.2

12 Nov 12:07
Compare
Choose a tag to compare

What's Changed

  • Update to use nlpO3 1.3.2
  • load_dict() can now deal with blank lines #54

nlpO3-Python 1.2.1

09 Nov 04:59
db92776
Compare
Choose a tag to compare
  • Update to use nlpO3 1.3.1
  • load_dict() will now return (msg, success)
    • where success is loading status (True = success, False = failed) and msg (str) can be an error message.
  • segment() can now deal with None and non-str for input text
  • Remove default dictionary, reduce the library size
    • so always required to supplies segment() with a dictionary name when calling it
  • Exclude notebooks and tests in distribution packages
  • Add unit tests

nlpO3-cli v0.2.0

08 Aug 08:34
Compare
Choose a tag to compare
  • Use struct base option (replacing yaml) #29

nlpO3-Python v1.1.3

03 Aug 08:03
be54273
Compare
Choose a tag to compare
  • Fix Thai number tokenization (#24)
  • Handle blank line in dictionary file (#25)
  • Optimize allocation (#26)