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

conda env #12

Closed malcolmgreaves closed 7 years ago

malcolmgreaves commented 7 years ago

This PR uses conda to manage the project's python environment.