1.0.11 β€’ Published 6 months ago

wasmjieba-nodejs v1.0.11

Weekly downloads
-
License
MIT
Repository
github
Last release
6 months ago

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

🚴 Usage

See examples/web for an example.