node-ictclas

ICTCLAS, Chinese word segment npm packet(also for english).


Keywords
ictclas, chinese segment, ictclas 2015
License
MIT
Install
npm install node-ictclas@0.0.1

Documentation

node-ictclas

============

ICTCLAS, Chinese word segment npm packet(also for english).

Example:

var ICT= require('node-ictclas');
var m = ICT.init();
var rst = m.segment('你好世界');
console.log(rst);