Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/MojoJolo/textteaser

TextTeaser is an automatic summarization algorithm.
https://github.com/MojoJolo/textteaser

Last synced: about 2 months ago
JSON representation

TextTeaser is an automatic summarization algorithm.

Awesome Lists containing this project

README

        

TextTeaser
==========

TextTeaser is an automatic summarization algorithm that combines the power of natural language processing and machine learning to produce good results.

[TextTeaser is ported in Python](https://github.com/IndigoResearch/textteaser)

### Requirements

[SBT](http://www.scala-sbt.org/) is needed for TextTeaser to run.
Use of [Scala IDE](http://scala-ide.org/) is recommended

### Setup

```bash
$ git clone https://github.com/MojoJolo/textteaser.git
$ sbt compile
$ sbt eclipse // If using Eclipse.
$ sbt run
```