nlp-syllables

0.0.5 • Public • Published

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' ] ]

Dependents (3)

Package Sidebar

Install

npm i nlp-syllables

Weekly Downloads

14

Version

0.0.5

License

MIT

Last publish

Collaborators

  • spencermountain