kuromoji-post
v1.0.0
Published
Just a Node.js project that returns Kuromoji analyzed tokens
Downloads
1
Maintainers
Readme
kuromoji-post
Just a server that serves kuromoji data. Pretty much same as kuromoji-zeit (https://www.npmjs.com/package/kuromoji-zeit), but it serves POST request so the input text is not limited as in GET request. You can config your running port in index.js file.
Starting
- Install dependencies
$ npm install
- Run the server
$ npm start
Usage
Send a POST request with 'x-www-form-urlencoded' body type. It will then return JSON data with the kuromoji information.
License
MIT