Skip to content

nlp-compromise/nlp-syllables

Repository files navigation

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

About

for splitting words into their component syllables

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published