A program to recognize and reward our most engaged community members
I have a very short question: how to calculate the number of vowels, consonants and syllables in a text document (several text documents)?
Hi,
you could tokenize on a character level and use Generate Aggregation afterwards.
~Martin
Dear @mschmitz,
thank you for your answer. I think it will work nicely for the vowels, but how about syllables?