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

Update readme for install instructions. #17

Closed thesohelshaikh closed 5 years ago

thesohelshaikh commented 6 years ago

Add

python setup.py build
python setup install
stefkes commented 6 years ago

Shouldn't that be

python setup.py install ?

thesohelshaikh commented 5 years ago

This is an inactive project.