Counting syllables in Python
I thought that would be fairly straightforward. Not so much. I thought there would be some utility I could run that would count syllables for me, then I could run /usr/share/dict/words through it, print out all the 6-syllable words, and find one that fit. Turns out there is no such utility.
But Python has a library for everything, doesn't it?
|
|
Full Story |
This topic does not have any threads posted yet!
You cannot post until you login.