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
工作中想让分词效果更好,需要启用三元模型试试,不知道怎么操作才能成功启用,我的如下配置:
ngram=trigram trigram.path=classpath:word/trigram.txt trigram.double.array.trie.size=9800000
以上的配置方式并没有生效,分词过程中使用的还是二元模型,请求需要怎么弄!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
工作中想让分词效果更好,需要启用三元模型试试,不知道怎么操作才能成功启用,我的如下配置:
ngram=trigram
trigram.path=classpath:word/trigram.txt
trigram.double.array.trie.size=9800000
以上的配置方式并没有生效,分词过程中使用的还是二元模型,请求需要怎么弄!
The text was updated successfully, but these errors were encountered: