ngram-stream

1.0.0 • Public • Published

ngram-stream

ngram stream from strings.

Install

Install the package with npm:

$ npm install ngram-stream

Usage

var ngram = require('ngram-stream');
 
var stream = ngram(2, 3);
stream.on('data', function(data) {
  console.log(data);
});
 
stream.write('foobar');

License

MIT

Readme

Keywords

Package Sidebar

Install

npm i ngram-stream

Weekly Downloads

1

Version

1.0.0

License

MIT

Last publish

Collaborators

  • lennon