0.0.5 • Published 4 years ago

node-cabocha v0.0.5

Weekly downloads
11
License
MIT
Repository
github
Last release
4 years ago

node-cabocha

npm version

npm package for Cabocha

Installation

you should install Cabocha before use node-cabocha

npm install node-cabocha

Usage

var Cabocha = require("node-cabocha");
cabocha = new Cabocha();
cabocha.parse("すもももももももものうち", function(result){
    console.log(result);
});

LICENCE

  • MIT (for .ts and .js)
0.0.5

4 years ago

0.0.4

6 years ago

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago