gse
TypeScript icon, indicating that this package has built-in type declarations

0.40.0 • Public • Published

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

Package Sidebar

Install

npm i gse

Weekly Downloads

0

Version

0.40.0

License

Apache-2.0

Unpacked Size

22.6 kB

Total Files

14

Last publish

Collaborators

  • vcaesar