A Python Library intended fo Automatic Text Summarization
- Use a human written abstractive summary to train a summarizer.
- Use the trained summarizer to generate extractive summaries.
The approach allows generation of more context and reader specific summaries.
> git clone https://github.com/vighneshbirodkar/summarize.git
> cd summarize
> sudo python setup.py develop