nlpO3 (formerly oxidized-thainlp)

Thai Natural Language Processing library in Rust, with Python and Node bindings.

Features

Usage

Bindings

As Rust library

In Cargo.toml:

```toml [dependencies]

...

nlpo3 = "1.1.2" ```

Build

Requirements

Steps

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.

Issues

Please report issues at https://github.com/PyThaiNLP/nlpo3/issues

TODO