Revision: 7995
          
http://languagetool.svn.sourceforge.net/languagetool/?rev=7995&view=rev
Author:   dominikoeo
Date:     2012-09-05 19:10:21 +0000 (Wed, 05 Sep 2012)
Log Message:
-----------
[fr] fixed false positive in "Le canal de Suez."

Modified Paths:
--------------
    trunk/JLanguageTool/src/main/resources/org/languagetool/rules/fr/grammar.xml

Modified: 
trunk/JLanguageTool/src/main/resources/org/languagetool/rules/fr/grammar.xml
===================================================================
--- 
trunk/JLanguageTool/src/main/resources/org/languagetool/rules/fr/grammar.xml    
    2012-09-05 19:09:34 UTC (rev 7994)
+++ 
trunk/JLanguageTool/src/main/resources/org/languagetool/rules/fr/grammar.xml    
    2012-09-05 19:10:21 UTC (rev 7995)
@@ -6590,7 +6590,7 @@
                     <token postag="V.*" postag_regexp="yes">
                         <exception postag="V.* inf" postag_regexp="yes"/>
                         <exception postag="[^V].*" postag_regexp="yes"/>
-                        <exception 
regexp="yes">fait|portée|sortie|musées?|pensées?|surprises?|points|vue|fumée|plongée</exception>
+                        <exception 
regexp="yes">fait|portée|sortie|musées?|pensées?|surprises?|points|vue|fumée|plongée|(?-i)Suez</exception>
                     </token>
                 </marker>
             </pattern>
@@ -6603,6 +6603,7 @@
             <example type="correct">Les filles sont de sortie.</example>
             <example type="correct">Le voisin d’à côté est pénible.</example>
             <example type="correct">Le gouvernement a depuis 
<marker>ordonné</marker> aux soldats de quitter le pays.</example>
+            <example type="correct">Le canal de Suez.</example>
         </rule>
         <rule id="DOUBLE_NEG" name="Double négation">
             <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
Languagetool-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/languagetool-cvs

Reply via email to