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
使用过程中发现Analysis的实现类会输出分词+词性分词结果,如何仅输出分词结果,不显示词性?
The text was updated successfully, but these errors were encountered:
可以看下Result分词结果类的方法
ansj_seg/src/main/java/org/ansj/domain/Result.java
Lines 68 to 79 in f6774d6
Result parse = ToAnalysis.parse(string); System.out.println(parse.toStringWithOutNature());
输出:使用,了,它,就,可以,解决,一些,问题
使用,了,它,就,可以,解决,一些,问题
Sorry, something went wrong.
No branches or pull requests
使用过程中发现Analysis的实现类会输出分词+词性分词结果,如何仅输出分词结果,不显示词性?
The text was updated successfully, but these errors were encountered: