nlp-compromise / nlp-syllables

for splitting words into their component syllables
MIT License
50 stars 10 forks source link

Words ending in 'iest' and 'iet' don't split correctly #9

Open yclicc opened 7 years ago

yclicc commented 7 years ago

Examples: Happiest => ["hap","piest"] Angriest => ["an","griest"] Harriet => ["Har","riet"]

yclicc commented 7 years ago

There are a few more examples of likely edge cases here: http://www.syllablecount.com/syllable/rules/

spencermountain commented 7 years ago

ooh, that's helpful. wanna make a pr?