Skip to content
New issue

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

Summarize doesn't converge #5

Open
tsaience opened this issue Aug 2, 2017 · 1 comment
Open

Summarize doesn't converge #5

tsaience opened this issue Aug 2, 2017 · 1 comment

Comments

@tsaience
Copy link

tsaience commented Aug 2, 2017

For some types of malformed input, like text with a lot of links, Reductio summarization doesn't converge due to this chunk of code in the execute() function of TextRank.

while !convergence(stepNodes, nodes: nodes) {
        nodes = stepNodes
        stepNodes = iteration(nodes)
}
@fdzsergio
Copy link
Owner

Could you give me the example text?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants