Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

wasmjieba-web

ZnqbuZ415MIT1.0.14TypeScript support: included

A WASM binding to jieba-rs.

Jieba, Rust, WASM, WebAssembly, NLP, Natural Language Processing, 结巴分词, 中文分词, 分词, 中文, Chinese

readme

WasmJieba

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.

🎁 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.