Yanyi Wu
Yanyi Wu
最新版本 `npm install [email protected]` 使用: ``` var nodejieba = require("nodejieba"); console.log(nodejieba.cut("南京市长江大桥", "MP", 3)); ``` 输出: ``` [ '南京市', '长江', '大桥' ] ```
``` nodejieba.cut(str, 'MP', 3), ``` 这个用法在 version 2.0 以后就被废弃了。
@hotoo 推荐这么写: https://github.com/hotoo/pinyin/pull/101
`open /usr/share/dict/jieba.dict.utf8 failed.` 你需要把词典放在 /usr/share/dict 下面,否则找不到词典,直接 faield 掉了
你贴一下 `ls -al /usr/share/dict/jieba.dict.utf8` 的结果
那就有点奇怪了,可读就不应该有权限问题才对。
参考这些文档了吗? https://github.com/yanyiwu/nodejieba#nodejieba-在-windows-上面的一系列安装问题和斗争成功过程参考
of course you can. 😆
> All checks have failed
每个学期花前两个月或者后两个月把课程内容自学了,其他时间就可以省出来去实习了。