Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/indiependente/sbd-stream

Node.js Sentence Boundary Detection Stream
https://github.com/indiependente/sbd-stream

Last synced: 5 days ago
JSON representation

Node.js Sentence Boundary Detection Stream

Awesome Lists containing this project

README

        

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.

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

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

##License
####MIT