0.0.5 • Published 9 years ago

nlp-syllables v0.0.5

Weekly downloads
17
License
MIT
Repository
github
Last release
9 years ago

turning words into their syllables

var nlp = require('nlp_compromise');
var nlpSyllables = require('nlp-syllables');

nlp.plugin(nlpSyllables);
var t2 = nlp.term('houston texas');
t2.syllables();
//[ [ 'hous', 'ton' ], [ 'tex', 'as' ] ]