kuromoji : JavaScript implementation of Japanese morphological analyzer. You can installing kuromoji 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 kuromoji $ sudo npm install -g kuromoji
If want to update the kuromoji package execute the command as below,
$ sudo npm update kuromoji
Update package globally,
$ npm install -g kuromoji
$ sudo git clone https://github.com/rektide/kuromoji.git
$ sudo npm install -g ./kuromoji
kuromoji@0.1.1 /usr/lib/node_modules/kuromoji
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall kuromoji
Package Name | kuromoji |
Version | 0.1.1 |
Description | JavaScript implementation of Japanese morphological analyzer |
Released Date | 2016-08-07T06:20:22.149Z |
Published by | takuyaa |
How to Learn | https://www.npmjs.com/package/kuromoji/tutorial |