From mboxrd@z Thu Jan 1 00:00:00 1970 From: huang ying Subject: Re: bug#26308: [PATCH -v2] services: dict.scm: Support more dicod configuration Date: Mon, 3 Apr 2017 10:08:36 +0800 Message-ID: References: <20170330111334.8472-1-huang.ying.caritas@gmail.com> <87y3vlhxkb.fsf@gnu.org> <87r31cl62m.fsf@163.com> <8737drhj5b.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:48048) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1curQ9-00012K-7U for guix-devel@gnu.org; Sun, 02 Apr 2017 22:08:42 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1curQ8-00015h-3O for guix-devel@gnu.org; Sun, 02 Apr 2017 22:08:41 -0400 In-Reply-To: <8737drhj5b.fsf@gnu.org> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: =?UTF-8?Q?Ludovic_Court=C3=A8s?= Cc: guix-devel@gnu.org, 26308-done@debbugs.gnu.org On Sun, Apr 2, 2017 at 6:12 AM, Ludovic Court=C3=A8s wrote: > Hello, > > "Huang, Ying" skribis: > >> ludo@gnu.org (Ludovic Court=C3=A8s) writes: > > [...] > >>> While I was at it, I wrote a simple test for the dicod service: >>> >>> https://git.savannah.gnu.org/cgit/guix.git/commit/?id=3D985a8599ed742= 053b52ac85f753c4feb54af93cb >>> >>> It uses the example handler that you gave in the doc, but I think this >>> handler actually does nothing because WordNet does not provide data in >>> the dict.org format AIUI (and its data is under =E2=80=9C/dict=E2=80=9D= anyway.) Is >>> that correct? >>> >>> Do you have another example in mind that could use a dict.org-formatted >>> database? >> >> There are dict.org dict for wordnet and foldoc in Debian. Some >> conversion tool is needed to convert the dict database file. > > OK. Any idea of a DICT database file that we could use as an example > and as a test? I found there is freedict database file, for example, https://downloads.sourceforge.net/project/freedict/English%20-%20French/0.1= .4/freedict-eng-fra-0.1.4.tar.bz2?r=3Dhttps%3A%2F%2Fsourceforge.net%2Fproje= cts%2Ffreedict%2Ffiles%2FEnglish%2520-%2520French%2F0.1.4%2Ffreedict-eng-fr= a-0.1.4.tar.bz2%2Fdownload&ts=3D1491090445&use_mirror=3Dexcellmedia The home page is http://freedict.org/en/, the github page is http://freedict.org/en/, according to https://github.com/freedict/fd-dictionaries/blob/master/eng-fra/COPYING, the database file is released with GPL. Best Regards, Huang, Ying > Thanks, > Ludo=E2=80=99.