ML program / package with function to return if a word starts with vowel sound?
I think nltk handles NLP well?
You can convert the words to Arpabet format using nltk cmudict and then see if the first element is a vowel letter (aeiou)
Обсуждают сегодня