mzweilin / HashTag-Understanding

Apache License 2.0
1 stars 1 forks source link

Add extractive text summarization #11

Closed nickjanus closed 9 years ago

nickjanus commented 9 years ago

-Using sumy library -Initially going to use lexrank (might have greater tolerance for a noisy document cluster) -Might need to implement re-ranker before presenting 1-3(?) sentence summary, if sumy does not have that capability. Re-ranking had significant impact in the evaluation of LexRank.

nickjanus commented 9 years ago

Example command line usage of sumy: sumy lex-rank --length=10 --url=http://en.wikipedia.org/wiki/Automatic_summarization