Date: Fri, 10 Feb 2006 17:35:26 +0100 From: Urs Schroffenegger <urs-on-debian-list@lampshade.ch> To: questions@freebsd.org Subject: Re: A script for poets Message-ID: <43ECC0CE.3020801@lampshade.ch> In-Reply-To: <7.0.1.0.2.20060210162251.02130568@broadpark.no> References: <7.0.1.0.2.20060208202634.0211cea8@broadpark.no> <43EBA27D.9080400@wcborstel.nl> <7.0.1.0.2.20060210162251.02130568@broadpark.no>
next in thread | previous in thread | raw e-mail | index | archive | help
Kristian Vaaf wrote: > > Thank you all for your interesting replies! > > Though I did not mean to ask for advice on a script that would > generate texts for you. I mean, that's impossible. > > However, using http://www.rhymer.com, it would do something like this. > > 1 is for End rhymes > 2 is for Last syllable rhymes > 3 is for Double rhymes > 4 is for Beginning rhymes > 5 is for First syllable rhymes > > (vaaf@arba)(16:23:02/10/06) > (%:~) rhymer free 1 > > End rhymes for "free": > > abbey, ably, [snippy], zuni > > Would this be possible? You could try to send the post request of their form from a language like python and see what comes back, but i'm not sure they'd appreciate you using their site without passing through their form and injecting requests in their CGI. It's some sort of hacking... To make an independent rhyming dictionnary program, I think you basically need to have a list of words written phonetically and with syllabes separation. After that, it's only a search function to find the matching pattern. The difficult part is to get the phonetic data. > All the best, > Vaaf urs
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?43ECC0CE.3020801>