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

Resolved UnicodeEncodeError #1

Closed vinayak-mehta closed 9 years ago

davidadamojr commented 9 years ago

Thank you for your contribution.