drime

French rhyme dictionary with web and CLI interface
git clone https://a3nm.net/git/drime/
Log | Files | Refs | README

commit 968bc4cce8bb7abd7c7347a087fb516105489550
parent 3a7bb73949663a28f75f5d5ba311c89ca04f37ec
Author: Antoine Amarilli <a3nm@a3nm.net>
Date:   Fri, 30 Dec 2011 15:01:59 +0100

fix phon in disambig

Diffstat:
query.py | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/query.py b/query.py @@ -76,7 +76,7 @@ def decode_all(x): def get_key(x): x['orig'] = decode_orig(x['orig']) - return (x['word'], x['phon'], render_orig(x), + return (x['word'], to_xsampa(x['phon']), render_orig(x), x['word'] + ' [' + to_xsampa(x['phon']) + ']') def decode_orig(x):