Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/indiependente/sbd-stream
- Owner: indiependente
- License: mit
- Created: 2014-08-16T10:08:31.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-08-16T11:07:06.000Z (over 10 years ago)
- Last Synced: 2024-08-09T08:07:58.670Z (5 months ago)
- Language: JavaScript
- Size: 137 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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