We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
几十万词库的怎么提高效率?实际测试中使用了将近300万的词量,检测一篇文本大概需要十几秒
The text was updated successfully, but these errors were encountered:
要么换一个更好的关键词检测方法,要么你把关键词切分成几个子集,每个子集起服务,同一篇文章并发发给这几个服务检测,然后把检测结果做个合并。
Sorry, something went wrong.
No branches or pull requests
几十万词库的怎么提高效率?实际测试中使用了将近300万的词量,检测一篇文本大概需要十几秒
The text was updated successfully, but these errors were encountered: