0.3.0 • Published 3 years ago

compromise-sentences v0.3.0

Weekly downloads
367
License
MIT
Repository
github
Last release
3 years ago
const nlp = require('compromise')
nlp.extend(require('compromise-sentences'))

let doc = nlp('Are you shouting boo, or boo-urns? Booo! I was saying boo-urns.')
doc.sentences().length
// 3

Demo

API

MIT