numberten / zhenya_bot

irc bot and official Haskell feature creep
Other
5 stars 1 forks source link

Rhyming Component #37

Open GLips opened 10 years ago

GLips commented 10 years ago

Implement rhyme matching so zhenya_bot can detect rhyming words.

Originally I thought it would be neat to scrape random songs off Rap Genius and pull rhyming lines from different songs together to create a new rap.

It could also be interesting to apply the rhyming component to the IRC history too though.

numberten commented 10 years ago

What might be useful here is a Dictionary (name would probably need to change due to component overloading) service that stores information about words. It could keep track of the syllables, part of speech, pronunciation, and possibly even the definition of each word inside it.