I wanted some simple code to compute the Gunning-Fog index (readability) of text, and for that I thought I needed to determine the number of syllables in an English word.
Here’s the complete template.
The syllable-counting code is not complete. It needs much adjustment and fine-tuning in special-cases.
Examine the Module MAIN for the two test macros.