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

对于几十万的词库怎么提升效率? #18

Open
hjy2588818 opened this issue May 17, 2019 · 1 comment
Open

对于几十万的词库怎么提升效率? #18

hjy2588818 opened this issue May 17, 2019 · 1 comment

Comments

@hjy2588818
Copy link

几十万词库的怎么提高效率?实际测试中使用了将近300万的词量,检测一篇文本大概需要十几秒

@wulijun
Copy link
Owner

wulijun commented Jul 7, 2019

要么换一个更好的关键词检测方法,要么你把关键词切分成几个子集,每个子集起服务,同一篇文章并发发给这几个服务检测,然后把检测结果做个合并。

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