From owner-freebsd-questions@FreeBSD.ORG Fri Feb 10 16:35:39 2006 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C992216A420 for ; Fri, 10 Feb 2006 16:35:39 +0000 (GMT) (envelope-from urs-on-debian-list@lampshade.ch) Received: from lampshade.ch (c-213-160-39-14.customer.ggaweb.ch [213.160.39.14]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8740643D62 for ; Fri, 10 Feb 2006 16:35:29 +0000 (GMT) (envelope-from urs-on-debian-list@lampshade.ch) Received: from [192.168.1.15] (212-41-67-195.adsl.solnet.ch [212.41.67.195]) by lampshade.ch (Postfix) with ESMTP id DEF2B3C023 for ; Fri, 10 Feb 2006 17:35:50 +0100 (CET) Message-ID: <43ECC0CE.3020801@lampshade.ch> Date: Fri, 10 Feb 2006 17:35:26 +0100 From: Urs Schroffenegger User-Agent: Debian Thunderbird 1.0.7 (X11/20051017) X-Accept-Language: en MIME-Version: 1.0 To: questions@freebsd.org References: <7.0.1.0.2.20060208202634.0211cea8@broadpark.no> <43EBA27D.9080400@wcborstel.nl> <7.0.1.0.2.20060210162251.02130568@broadpark.no> In-Reply-To: <7.0.1.0.2.20060210162251.02130568@broadpark.no> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: Re: A script for poets X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 10 Feb 2006 16:35:39 -0000 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