0.1.9 • Published 10 years ago

textrank-node v0.1.9

Weekly downloads
3
License
MIT
Repository
github
Last release
10 years ago

textrank-node

Textrank-node is an implementation of text rank algorithm written in Node JS. You can simply add this module to your project and start right away.

This code relies a lot on natural (which is an awesome library) for processing NLP related stuff.

Installation

If you're just looking to use textrank-node without your own node application, you can install via NPM like so:

npm install textrank-node

If you're interested in contributing to textrank-node just fork it away.

Summarize

As of this version, there is only one implementation of summarization, which you can use it like below:

var textrank = require('textrank-node');
var summarizer = new textrank();
summarizer.summarize('some document here', 4);

The code above will make 4 sentences summary from a document or collection of string.

0.1.9

10 years ago

0.1.8

10 years ago

0.1.7

10 years ago

0.1.6

10 years ago

0.1.5

10 years ago

0.1.4

10 years ago

0.1.3

10 years ago

0.1.2

10 years ago

0.1.1

10 years ago

0.1.0

10 years ago