You should have a looks at soundexes:

http://en.wikipedia.org/wiki/Soundex

the algorithm is really simple and you can process a whole dictionnary
in no time to obtain what you're looking for.

Paul

On Thu, Mar 25, 2010 at 01:59:28PM +0100, Dupont Corentin wrote:
> Hello,
> sorry if i ask a lot of questions these days!
> Do you know of a phonetic dictionnary?
> 
> i'm very fond of enigmas. To solve certain enigmas, i've made a little
> program that search into a french dictionnary.
> But it would be much better if i could search into a phonetic dictionnary...
> The goal is to answer questions like "Wich word would rhyme with aligator?"
> 
> Corentin
> _______________________________________________
> Haskell-Cafe mailing list
> Haskell-Cafe@haskell.org
> http://www.haskell.org/mailman/listinfo/haskell-cafe
_______________________________________________
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe

Reply via email to