Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 753 Bytes

README.md

File metadata and controls

25 lines (15 loc) · 753 Bytes

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/DataTeaser/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.

Commercial Support

Commercial support for TextTeaser or custom summarizers can be provided by DataTeaser.