Thai Natural Language Processing library in Rust, with Python and Node bindings. Formerly oxidized-thainlp.
Vec<String>
bash
echo "ฉันกินข้าว" | nlpo3 segment
```python from nlpo3 import segment
segment("สวัสดีครับ") ```
In Cargo.toml
:
```toml [dependencies]
nlpo3 = "1.3.1" ```
Generic test:
bash
cargo test
Build API document and open it to check:
bash
cargo doc --open
Build (remove --release
to keep debug information):
bash
cargo build --release
Check target/
for build artifacts.
Please report issues at https://github.com/PyThaiNLP/nlpo3/issues