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(link is external)
Requirements
SBT(link is external) is needed for TextTeaser to run.
Use of Scala IDE(link is external) is recommended
Setup
$ git clone https://github.com/MojoJolo/textteaser.git
$ sbt compile
$ sbt eclipse // If using Eclipse.
$ sbt run