1.0.0 • Published 6 years ago

kuromoji-post v1.0.0

Weekly downloads
-
License
MIT
Repository
-
Last release
6 years ago

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

  1. Install dependencies
$ npm install
  1. 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