Skip to content

IndigoResearch/textteaser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
Jolo Balbin
Feb 7, 2018
07f2198 · Feb 7, 2018

History

28 Commits
Oct 19, 2016
Aug 1, 2014
Aug 1, 2014
Feb 7, 2018
Mar 4, 2015

Repository files navigation

TextTeaser

TextTeaser is an automatic summarization algorithm.

This is now the official version of TextTeaser. Future developments of TextTeaser will be in this repository.

The original Scala TextTeaser can still be accessed here.

Installation

>>> git clone https://github.com/IndigoResearch/textteaser.git
>>> pip install -r textteaser/requirements.txt

How to Use

>>> from textteaser import TextTeaser
>>> tt = TextTeaser()
>>> tt.summarize(title, text)

You can also test TextTeaser by running python test.py.