What's Changed
- Publish changes made in https://github.com/PyThaiNLP/nlpo3/pull/61 (improve the handle of karan) to crates.io as nlpo3 v1.4.0
- See https://crates.io/crates/nlpo3
nlpo3-python-v1.3.0
What's Changed
* Feature/improve tcc karan by Gorlph in https://github.com/PyThaiNLP/nlpo3/pull/61
* Update nlpO3-Python version to 1.3.0 by wannaphong in https://github.com/PyThaiNLP/nlpo3/pull/62
**Full Changelog**: https://github.com/PyThaiNLP/nlpo3/compare/nlpo3-python-v1.2.6...nlpo3-python-v1.3.0
nlpo3-python-v1.2.6
**Full Changelog**: https://github.com/PyThaiNLP/nlpo3/compare/nlpo3-python-v1.2.5...nlpo3-python-v1.2.6
nlpo3-python-v1.2.5
**Full Changelog**: https://github.com/PyThaiNLP/nlpo3/compare/nlpo3-python-v1.2.4...nlpo3-python-v1.2.5
nlpo3-python-v1.2.4
**Full Changelog**: https://github.com/PyThaiNLP/nlpo3/compare/nlpo3-python-v1.2.3...nlpo3-python-v1.2.4
nlpo3-python-v1.2.3
What's Changed
* Add build for Mac M1
* Python 3.10 build
**Full Changelog**: https://github.com/PyThaiNLP/nlpo3/compare/nlpo3-python-v1.2.3.dev0...nlpo3-python-v1.2.3
nlpo3-python-v1.2.3.dev0
What's Changed
* Feature/humand readble regex by Gorlph in https://github.com/PyThaiNLP/nlpo3/pull/56
* change nodejs binding to reflect changes from core by Gorlph in https://github.com/PyThaiNLP/nlpo3/pull/57
**Full Changelog**: https://github.com/PyThaiNLP/nlpo3/compare/nlpo3-python-v1.2.2...nlpo3-python-v1.2.3.dev0
nlpo3-python-v1.2.2
What's Changed
* Update to use nlpO3 1.3.2
* `load_dict()` can now deal with blank lines 54
nlpo3-python-v1.2.1
- 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
- Use struct base option (replacing yaml) 29