From 19ca51d32c03380d2571b38eddc3e9cc50458bfd Mon Sep 17 00:00:00 2001 From: Romain Goffe Date: Fri, 18 Mar 2011 21:33:54 +0100 Subject: [PATCH] Utils: add rule Utils: add rule --- utils/latex-preprocessing.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/utils/latex-preprocessing.py b/utils/latex-preprocessing.py index b614521a..7a8eba30 100755 --- a/utils/latex-preprocessing.py +++ b/utils/latex-preprocessing.py @@ -17,7 +17,10 @@ word_dic = { "noeud": "nœud", "oeil": "œil", "voeu": "vœu", +"oeuf": "œuf", "oe{}": "œ", +##: Contractions +"ptit": "p'tit", ##: Punctuation "’": "'", "Ca ": "Ça ",