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
摘要出现重复句子。
比如在一篇讨论农村发展政策的文章中,提取出三句 坚持农业农村优先发展
坚持农业农村优先发展
The text was updated successfully, but these errors were encountered:
我的理解是,文中这句话出现了超过三次。而在计算后这句话的三次分数特别高,因此会重复出现在摘要汇总。
原来的代码没有去重功能,可以自己加一个
Sorry, something went wrong.
我的理解是,文中这句话出现了超过三次。而在计算后这句话的三次分数特别高,因此会重复出现在摘要汇总。 原来的代码没有去重功能,可以自己加一个
还是你改吧👍我觉得除了保证摘要得分高,还要保证摘要之间没有太大关联......
我现在只是利用toolz.unique简单去重复,但是这样就减少了原定的摘要数量。
No branches or pull requests
摘要出现重复句子。
比如在一篇讨论农村发展政策的文章中,提取出三句
坚持农业农村优先发展
The text was updated successfully, but these errors were encountered: