davidadamojr / TextRank

Python implementation of TextRank algorithm for automatic keyword extraction and summarization using Levenshtein distance as relation between text units. This project is based on the paper "TextRank: Bringing Order into Text" by Rada Mihalcea and Paul Tarau. https://web.eecs.umich.edu/~mihalcea/papers/mihalcea.emnlp04.pdf
765 stars 226 forks source link

Fix unique_everseen when key is None #18

Closed lidalei closed 3 years ago

lidalei commented 5 years ago

Hi, any progress on this PR?