/summarize

A Python Library intended fo Automatic Text Summarization

Primary LanguagePythonMIT LicenseMIT

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