Revision: 7562
          
http://languagetool.svn.sourceforge.net/languagetool/?rev=7562&view=rev
Author:   dominikoeo
Date:     2012-06-30 06:55:58 +0000 (Sat, 30 Jun 2012)
Log Message:
-----------
[fr] fixed false positive in "D?\195?\169pose le au courrier."

Modified Paths:
--------------
    trunk/JLanguageTool/src/rules/fr/grammar.xml

Modified: trunk/JLanguageTool/src/rules/fr/grammar.xml
===================================================================
--- trunk/JLanguageTool/src/rules/fr/grammar.xml        2012-06-29 22:08:34 UTC 
(rev 7561)
+++ trunk/JLanguageTool/src/rules/fr/grammar.xml        2012-06-30 06:55:58 UTC 
(rev 7562)
@@ -2091,7 +2091,7 @@
         <rule id="EL_LE" name="Élision de le, la…">
             <pattern>
                 <token regexp="yes">[dljmnst]e|la|jusque</token>
-                <token regexp="yes">[àâaéêèeiîou].*<exception 
regexp="yes">onze|onzièmes?|une?|a|oui|énième|.*\d.*|o[ùu]|[IVXLCM]+e?</exception></token>
+                <token regexp="yes">[àâaéêèeiîou].*<exception 
regexp="yes">onze|onzièmes?|une?|au?|oui|énième|.*\d.*|o[ùu]|[IVXLCM]+e?</exception></token>
             </pattern>
             <message>« \1 \2 » s’élide en <suggestion><match no="1" 
regexp_match=".$" regexp_replace=""></match>’\2</suggestion>.</message>
             <example type="incorrect"><marker>La île</marker> est encore 
loin.</example>
@@ -2105,6 +2105,8 @@
             <example type="correct">À la une de la presse.</example>
             <example type="correct">Là où ça ne va plus.</example>
             <example type="correct">Le IIe siècle.</example>
+            <example type="correct">Dépose le au courrier.</example>
+            <example type="correct">Dépose la au courrier.</example>
         </rule>
         <rule id="EL_SI" name="Élision de si">
             <pattern>

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Languagetool-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/languagetool-cvs

Reply via email to