sbd-stream

0.1.0 • Public • Published

sbd-stream

Node.js Sentence Boundary Detection Stream

sbd-stream is based on https://www.npmjs.org/package/sbd

##Usage Pipe text into it and it will stream out sentences.

var sbdStream = require('sbd-stream');

streamA.pipe(sbdStream).pipe(streamB);

##License ####MIT

Package Sidebar

Install

npm i sbd-stream

Weekly Downloads

0

Version

0.1.0

License

MIT

Last publish

Collaborators

  • indiependente