Thai Natural Language Processing in Rust, with Python and Node bindings.
Install:
bash
pip install nlpo3
Use: ```python from nlpo3 import load_dict, segment
loaddict("path/to/dict.file", "dictname") segment("สวัสดีครับ", "dict_name") ```
TODO:
sudo apt-get install python3-dev
bash
python -m pip install --upgrade build
python -m build
This should generate a wheel file, in dist/
directory, which can be installed by pip.
Please report issues at https://github.com/PyThaiNLP/oxidized-thainlp