Fastest Chinese word segmentation in Node.js. Latest version: 2.0.1, last published: 4 months ago. Start using @node-rs/jieba-wasm32-wasi in your project by running `npm i @node-rs/jieba-wasm32-wasi`. There are no other projects in the npm registry using
目录 收起 node-rs/jieba 最近在做一个爬虫玩具,打算用 nodejieba 把爬到的内容进行分类加权。可是我一直怎么装都装不上去,系统会报一大堆来自于环境配置的错误: npm ERR! code 1 npm ERR! path C:\Users\Administrator\Desktop\node-python\node_modules\nodejieba npm ERR! command failed npm ERR!
env.NAPI_RS_FORCE_WASI) { console.error(err) loadErrors.push(err) } } if (!nativeBinding) { try { nativeBinding = require('@node-rs/jieba-wasm32-wasi') } catch (err) { if (process.env.NAPI_RS_FORCE_WASI) { console.error(err) loadErrors.push(err) } } } Expand Down 38 ...
env.NAPI_RS_FORCE_WASI) { console.error(err) loadErrors.push(err) } } if (!nativeBinding) { try { nativeBinding = require('@node-rs/jieba-wasm32-wasi') } catch (err) { if (process.env.NAPI_RS_FORCE_WASI) { console.error(err) loadErrors.push(err) } } } Expand Down 38 ...
"url": "https://github.com/napi-rs/node-rs/issues" 2 changes: 1 addition & 1 deletion 2 packages/jieba/package.json Original file line numberDiff line numberDiff line change @@ -62,7 +62,7 @@ "build": "napi build --platform --release", "build:debug": "napi build --platform...
feat!(jieba): upgrade to jieba@0.7 by@Brooooooklynin#912 chore: refresh the infra by@Brooooooklynin#915 Full Changelog:https://github.com/napi-rs/node-rs/compare/@node-rs/jsonwebtoken@1.10.4...@node-rs/jieba@2.0.0