8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
string text = "A10021003吃饭"; var keywords = new string[] { "1","A","2","0","吃"}; var iws = new IllegalWordsSearch(); var ss = new StringSearch(); var sse = new StringSearchEx(); iws.SetKeywords(keywords); iws.UseIgnoreCase = true; iws.UseDBCcaseConverter = true; var iwsFirst = iws.FindFirst(text); var iwsAll = iws.FindAll(text); ss.SetKeywords(keywords); var ssFirst = iws.FindFirst(text); var ssAll = iws.FindAll(text); sse.SetKeywords(keywords); var sseFirst = iws.FindFirst(text); var sseAll = iws.FindAll(text);
为什么上述代码的结果会如下所示,数字和字母没有识别出来,汉字关键字是吃,怎么识别出是吃饭?
使用的库版本是2.3.3
The text was updated successfully, but these errors were encountered:
谢谢你的支持,这几天我会去改一下代码
Sorry, something went wrong.
解决 issues #17 #20
be4a827
谢谢。这个问题已解决。
No branches or pull requests
Uh oh!
There was an error while loading. Please reload this page.
为什么上述代码的结果会如下所示,数字和字母没有识别出来,汉字关键字是吃,怎么识别出是吃饭?
使用的库版本是2.3.3
The text was updated successfully, but these errors were encountered: