Revision: 8657
          
http://languagetool.svn.sourceforge.net/languagetool/?rev=8657&view=rev
Author:   dominikoeo
Date:     2012-12-24 15:03:21 +0000 (Mon, 24 Dec 2012)
Log Message:
-----------
[fr] fixed false positives in:
     "Les m?\195?\169thodes qui ont cours"
     "C'est l'enfant en nous qui parle."

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-12-24 12:48:28 UTC (rev 8656)
+++ 
trunk/JLanguageTool/src/main/resources/org/languagetool/rules/fr/grammar.xml    
    2012-12-24 15:03:21 UTC (rev 8657)
@@ -1550,7 +1550,7 @@
                 </marker>
                 <token postag="V.*" postag_regexp="yes">
                     <exception postag="V.* ppa .*" postag_regexp="yes"/>
-                    <exception 
regexp="yes">envie|confiance|force|recours</exception>
+                    <exception 
regexp="yes">envie|confiance|cours|force|recours</exception>
                 </token>
             </pattern>
             <message>Voulez-vous écrire <suggestion>on</suggestion> ?</message>
@@ -1559,6 +1559,7 @@
             <example type="correct">Ceux qui ont envie de voir le 
film</example>
             <example type="correct">Les décrets ont force de loi.</example>
             <example type="correct">Les enfants ont recours au 
suicide.</example>
+            <example type="correct">Les méthodes qui ont cours.</example>
         </rule>
         <rule id="SEPTIQUE" name="septique au lieu de sceptique">
             <pattern>
@@ -4967,6 +4968,7 @@
             </rule>
             <rule>
                 <pattern>
+                    <token><exception>en</exception></token>
                     <token>nous</token>
                     <token>qui</token>
                     <marker>
@@ -4976,6 +4978,7 @@
                 <message>Le verbe « \3 » devrait être à la 1e personne 
plurielle.</message>
                 <example type="incorrect">Nous qui <marker>travaille</marker> 
ici</example>
                 <example type="correct">Nous qui travaillons ici</example>
+                <example type="correct">C’est l’enfant en nous qui 
parle.</example>
             </rule>
             <rule>
                 <pattern>

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


------------------------------------------------------------------------------
LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial
Remotely access PCs and mobile devices and provide instant support
Improve your efficiency, and focus on delivering more value-add services
Discover what IT Professionals Know. Rescue delivers
http://p.sf.net/sfu/logmein_12329d2d
_______________________________________________
Languagetool-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/languagetool-commits

Reply via email to