-
Notifications
You must be signed in to change notification settings - Fork 121
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
敏感词词量过大,很容易崩溃。 #6
Comments
哪里来的这么多敏感词啊,我找了半天也没找到,能共享下么? |
你这种情况就不要放前端来做了,后端部署吧。 |
https://github.com/observerss/textfilter/blob/master/keywords 这个敏感词库 200多kb..会卡吗? |
别项目初始化的时候加载,可以按需加载 |
https://github.com/xiaobaidadada/node-word-detection 如果只是在node上运行,可以试试我这个,原理和此项目类似,但是我没有试过80k的量 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
敏感词词量过大,很容崩溃。
现在敏感词词量一般都很多的,数量在80K以上,在Chrome上,处于崩溃状态。
The text was updated successfully, but these errors were encountered: