Fallback syllable counter.
Based on the work of Thomas Jakobsen (thomj05@student.uia.no) and Thomas
Skardal (thomas04@student.uia.no) for the
NLTK readability plugin
.
Their work is itself based on the algorithm in Greg Fast's perl module
Lingua::EN::Syllable.
Main point of this library. Method to count the number of syllables of a
word using a fallback method as documented at the class level of this
documentation.
Parameters:
word - the word you want to count the syllables of.