# textteaser **Repository Path**: mirrors/textteaser ## Basic Information - **Project Name**: textteaser - **Description**: TextTeaser is an automatic summarization algorithm. - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2017-04-02 - **Last Updated**: 2025-12-06 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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 ```