Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
crapthings opened this issue Aug 12, 2018 · 1 comment
Open

Comments

@crapthings
Copy link

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

@linonetwo
Copy link
Owner

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

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants