jieba-rs 的wasm binding jieba-wasm 编译成 WASM 摆脱编译 Node Addon 的烦恼 Usage const { cut, cut_all, cut_for_search, tokenize, add_word, } = require("jieba-wasm"); cut("中华人民共和国武汉市长江大桥", true); // [ '中华人民共和国', '武汉市', '长江大桥' ] cut_all("中华人民...
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. Yo...
Breadcrumbs jieba-wasm / Makefile Latest commit shouya improve the publish script 99e7600· Dec 10, 2023 HistoryHistory File metadata and controls Code Blame 36 lines (29 loc) · 994 Bytes Raw # simply build all targets those every time .PHONY: gh-pages pkg clean publish dev-server RUST...
shouya/jieba-wasm shouya/jieba-wasmPublic Notifications Fork0 Star0 master 2Branches Tags Code Folders and files Name Last commit message Last commit date Latest commit shouya move the footer to the bottom of the page 8f98387· History 5 Commits...
bsearchBrief 简介WASM built RustJieba, make in browser Chinese search possible!使用了rust编译的jieba中文分词,使得可以在浏览器中实现中文分词以及最重要的是使用了中文的搜索Example 例子使用说明Makefile中
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.) wasmjieba-nodejs wasmjieba-web 🚴 Usage See examples/web for an example. Readme Keywords ...
A WASM binding to jieba-rs.. Latest version: 1.0.14, last published: 10 days ago. Start using wasmjieba-nodejs in your project by running `npm i wasmjieba-nodejs`. There is 1 other project in the npm registry using wasmjieba-nodejs.