Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 452 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 452 Bytes

summarize

A Python Library intended fo Automatic Text Summarization

The Approach

  • 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.

Development Installation

> git clone https://github.com/vighneshbirodkar/summarize.git
> cd summarize
> sudo python setup.py develop