commit 968bc4cce8bb7abd7c7347a087fb516105489550
parent 3a7bb73949663a28f75f5d5ba311c89ca04f37ec
Author: Antoine Amarilli <a3nm@a3nm.net>
Date: Fri, 30 Dec 2011 15:01:59 +0100
fix phon in disambig
Diffstat:
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):