nodejieba : chinese word segmentation for node. You can installing nodejieba npm packages, there are two ways to install this module locally and globaly. -g option is specified to global. Execute the below command.
$ sudo npm install nodejieba $ sudo npm install -g nodejieba
If want to update the nodejieba package execute the command as below,
$ sudo npm update nodejieba
Update package globally,
$ npm install -g nodejieba
$ sudo git clone https://github.com/rektide/nodejieba.git
$ sudo npm install -g ./nodejieba
nodejieba@2.2.5 /usr/lib/node_modules/nodejieba
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall nodejieba
Package Name | nodejieba |
Version | 2.2.5 |
Description | chinese word segmentation for node |
Released Date | 2017-05-11T16:01:14.027Z |
Published by | yanyiwu |
How to Learn | https://www.npmjs.com/package/nodejieba/tutorial |