Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/MojoJolo/textteaser
TextTeaser is an automatic summarization algorithm.
https://github.com/MojoJolo/textteaser
Last synced: about 1 month ago
JSON representation
TextTeaser is an automatic summarization algorithm.
- Host: GitHub
- URL: https://github.com/MojoJolo/textteaser
- Owner: MojoJolo
- License: mit
- Created: 2013-10-02T11:36:18.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2018-02-07T06:42:57.000Z (almost 7 years ago)
- Last Synced: 2024-10-23T00:59:11.743Z (about 2 months ago)
- Language: Scala
- Size: 269 KB
- Stars: 1,972
- Watchers: 147
- Forks: 250
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- starred-awesome - textteaser - TextTeaser is an automatic summarization algorithm. (Scala)
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
```