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

Support *actual* textrank #10

Open
Hellisotherpeople opened this issue Sep 28, 2019 · 2 comments
Open

Support *actual* textrank #10

Hellisotherpeople opened this issue Sep 28, 2019 · 2 comments

Comments

@Hellisotherpeople
Copy link
Owner

I'm not actually doing the proper TextRank algorithm and I should experiment with that to see how effective it is.

Going to implement it with networkx most likely, shouldn't be difficult. Might be slow for large documents with word level models.

@Hellisotherpeople
Copy link
Owner Author

Wow! Implementing TextRank properly dramatically increased the coherency of my summaries - I guess that it makes sense that doing a walk through the word-embedding powered graph will give more coherent summaries.

Unfortunate side effect - speed of summarization takes a sizeable hit unless I can find a better implementation of PageRank.

@Hellisotherpeople
Copy link
Owner Author

I haven't actually merged that code yet to the repo - I'll do that soon so that other people can try textrank or other graph algorithms

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

1 participant