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

Add editdistance requirement to setup.py #14

Closed jessexoc closed 6 years ago

jessexoc commented 6 years ago

editdistance was added to requirements.txt (here: https://github.com/davidadamojr/TextRank/commit/ee3352ff786a30cdf18c911fb72de30ad805b8a1) but is also needed in setup.py

davidadamojr commented 6 years ago

Thanks!