Reorder sentences using TextRank algorithm. Click here to see how to install KoNLPy properly.
pip install textrankr
from __future__ import print_function
from textrankr import TextRank
textrank = TextRank(your_text_here)
print(textrank.summarize())
python -m tests.test