0.40.0 • Published 5 years ago

gse v0.40.0

Weekly downloads
1
License
Apache-2.0
Repository
github
Last release
5 years ago

gse-bind

Go efficient text segmentation, binding other language.

简体中文

Install gse

npm install gse

example

var gse = require('gse');

gse.loadDict();
console.log(gse.cut("我在大雨刚停的夜晚", true));

Build from source code:

Install gse

go get -u github.com/go-ego/gse

Build-tools

go get -v github.com/vcaesar/gocs

Building

gocs -n gse

Install npm modules

npm install

python

pip install cffi