Revision: 6599
          
http://languagetool.svn.sourceforge.net/languagetool/?rev=6599&view=rev
Author:   dominikoeo
Date:     2012-03-13 19:25:50 +0000 (Tue, 13 Mar 2012)
Log Message:
-----------
[fr] fixed false positive in "Le IIe si?\195?\168cle"

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-03-13 06:39:22 UTC 
(rev 6598)
+++ trunk/JLanguageTool/src/rules/fr/grammar.xml        2012-03-13 19:25:50 UTC 
(rev 6599)
@@ -1798,7 +1798,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]</exception></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>
       </pattern>
       <message>« \1 \2 » s’élide en <suggestion><match no="1" 
regexp_match=".$" regexp_replace=""/>’\2</suggestion>.</message>
       <example type="incorrect"><marker>La île</marker> est encore 
loin.</example>
@@ -1811,6 +1811,7 @@
       <example type="correct">J’ai suivi la A40.</example>
       <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>
     </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.


------------------------------------------------------------------------------
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
_______________________________________________
Languagetool-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/languagetool-cvs

Reply via email to