Thai Natural Language Processing library in Rust, with Python and Node bindings.
In Cargo.toml
:
```toml [dependencies]
nlpo3 = "1.1.2" ```
Generic test:
bash
cargo test
Build (remove --release
to keep debug information):
bash
cargo build --release
Build and open API document:
bash
cargo doc --open
Check target/
for build artifacts.
Please report issues at https://github.com/PyThaiNLP/nlpo3/issues