From e33f682e264053c93af78a3da4cebede0aa1feb8 Mon Sep 17 00:00:00 2001 From: Romain Goffe Date: Sat, 14 Apr 2012 16:28:09 +0200 Subject: [PATCH] =?UTF-8?q?contractions:=20"peut-=C3=AAtre"=20->=20"p't'?= =?UTF-8?q?=C3=AAtre"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- utils/rules.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/utils/rules.py b/utils/rules.py index 5b39a094..d15f8240 100755 --- a/utils/rules.py +++ b/utils/rules.py @@ -25,6 +25,9 @@ word_dic = { "ptit": "p'tit", "y'a": "y a", "Y'a": "Y a", +"ptê": "p't'ê", +"p'tê": "p't'ê", +"p't-ê": "p't'ê", ##: Punctuation "’": "'", "‘": "'",