words / syllable

Count syllables in an English word
https://words.github.io/syllable/
MIT License
227 stars 23 forks source link

Fix issue with "awe" #33

Closed tscole closed 5 years ago

tscole commented 5 years ago

awe should be counted as one syllable not two

wooorm commented 5 years ago

@tscole Thanks for the PR and sorry for the wait! Unfortunately fixing this isn’t as trivial as this change: the CI is failing, because other words now get the wrong syllable count. If you can find the time, could you try again? And add some tests?

Note: you can run something like sed -n '/^awe/p' < /usr/share/dict/words if you’re on unix (such as a mac) to find words that match this prefix.

wooorm commented 5 years ago

@tscole ping!