From 498c8183e662ce0301cddc8c13ea69d5fadd4635 Mon Sep 17 00:00:00 2001 From: Romain Goffe Date: Sat, 14 Apr 2012 16:19:01 +0200 Subject: [PATCH] contraction for "il y a" is better written "y a" than "y'a" --- utils/rules.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/utils/rules.py b/utils/rules.py index ee283dca..5b39a094 100755 --- a/utils/rules.py +++ b/utils/rules.py @@ -23,6 +23,8 @@ word_dic = { "\\œ": "œ", ##: Contractions "ptit": "p'tit", +"y'a": "y a", +"Y'a": "Y a", ##: Punctuation "’": "'", "‘": "'",