Skip to content

imclab/textteaser

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TextTeaser

Fork by skmp

Added a post-midnight style api and sample js (this might be the worst way to do this, first time touching scala code)

to use you need java, sbt and mongo, then

  1. git clone https://github.com/skmp/textteaser.git
  2. sbt run
  3. look into tease.js on how to use

This is currently running on one of my servers, but i don't guarantee i'll keep it up

Make sure to check the original site, its awesome (but slow)

Original readme follows

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

Try out TextTeaser here. Or the API here.

TextTeaser can be used to:
  1. Provide a gist of what an article is all about.
  2. Provide better previews in news readers
  3. Provide summaries for your blog.
  4. Anything a developer can think of.

Requirements

SBT is needed for TextTeaser to run. Use of Scala IDE is recommended

Setup

  1. git clone https://github.com/MojoJolo/textteaser.git
  2. sbt compile
  3. sbt eclipse // If using Eclipse.
  4. sbt run

Todo and issues

Check out the Issues page for todo and issues.

Donation

If you like TextTeaser, thank you. If you want to provide some donation, here's a link to Gittip or PayPal.

About

TextTeaser is an automatic summarization algorithm.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published