0.40.0 • Published 7 years ago
gse v0.40.0
gse-bind
Go efficient text segmentation, binding other language.
Install gse
npm install gseexample
var gse = require('gse');
gse.loadDict();
console.log(gse.cut("我在大雨刚停的夜晚", true));Build from source code:
Install gse
go get -u github.com/go-ego/gseBuild-tools
go get -v github.com/vcaesar/gocsBuilding
gocs -n gseInstall npm modules
npm installpython
pip install cffi