wasmjieba-web
v1.0.11
Published
A WASM binding to jieba-rs.
Downloads
16
Maintainers
Readme
A WASM binding to jieba-rs.
Built with 🦀🕸 by The Rust and WebAssembly Working Group
About
This is a minimal usable WASM binding to jieba-rs.
Both Simplified Chinese and Traditional Chinese are supported.
Thanks to js-jieba for the default.hant
dict file.
🎁 Implemented APIs
All APIs from jieba-rs. Just read src/lib.rs. You may also refer to jieba-rs' documentation.
🛠 Packages
- wasmjieba (Dummy package that depends on both targets. Pick the one you need below.)
🚴 Usage
See examples/web for an example.