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
请确认下列注意事项:
当前最新版本号是:1.3.4 我使用的版本是:1.3.4
com.hankcs.hanlp.summary.TextRankKeyword#max_iter = 200 是 protect 的,我发现我在处理大量文本时候,出现性能问题,一次调用需要消耗 200-300ms ,可以把这个变量改成 public 的,方便我在包外修改
public void testIssue1234() throws Exception { CustomDictionary.add("用户词语"); System.out.println(StandardTokenizer.segment("触发问题的句子")); }
期望输出
实际输出
The text was updated successfully, but these errors were encountered:
开放TextRank关键词提取中的最大迭代次数参数:#577
e66af85
感谢反馈,已经开放,请参考上面的commit。 如果还有问题,欢迎重开issue。
Sorry, something went wrong.
No branches or pull requests
注意事项
请确认下列注意事项:
版本号
当前最新版本号是:1.3.4
我使用的版本是:1.3.4
我的问题
com.hankcs.hanlp.summary.TextRankKeyword#max_iter = 200 是 protect 的,我发现我在处理大量文本时候,出现性能问题,一次调用需要消耗 200-300ms ,可以把这个变量改成 public 的,方便我在包外修改
复现问题
步骤
触发代码
期望输出
实际输出
其他信息
The text was updated successfully, but these errors were encountered: