segmentit icon indicating copy to clipboard operation
segmentit copied to clipboard

你好这个分词算法效率啥的和jieba之类比较如何?

Open crapthings opened this issue 7 years ago • 1 comments

你好这个分词算法效率啥的和jieba之类比较如何?

crapthings avatar Aug 12 '18 05:08 crapthings

纯 JS 实现,和 node-jieba 肯定没法比,只能看用户浏览器环境好不好了。 效率大概是 O(文本长度 x 分词模块数量 x 模块词典大小)

只解析百字以内的短文本的话可以上生产,可以在 http://139.199.28.206:3000/ 试用看看。

linonetwo avatar Aug 14 '18 08:08 linonetwo