Revision: 7802
          
http://languagetool.svn.sourceforge.net/languagetool/?rev=7802&view=rev
Author:   dominikoeo
Date:     2012-08-05 19:32:15 +0000 (Sun, 05 Aug 2012)
Log Message:
-----------
[fr] fixed false positives.

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-08-05 19:30:30 UTC 
(rev 7801)
+++ trunk/JLanguageTool/src/rules/fr/grammar.xml        2012-08-05 19:32:15 UTC 
(rev 7802)
@@ -3032,6 +3032,7 @@
                 <example type="correct">Toutes nos félicitations.</example>
                 <example type="correct">La justice est <marker>une si</marker> 
belle chose.</example>
                 <example type="correct"><marker>Telle est</marker> la 
question.</example>
+                <example type="correct"><marker>La plus forte</marker> 
progression.</example>
             </rule>
             <rule name="nom féminin suivi du masculin">
                 <pattern>
@@ -4540,7 +4541,7 @@
                     </marker>
                     <token>
                         <exception postag="[NJ] . sp?|V.* inf|Y" 
postag_regexp="yes"/>
-                        <exception regexp="yes">plus|moins|une?</exception>
+                        <exception 
regexp="yes">plus|moins|une?|même</exception>
                     </token>
                 </pattern>
                 <message>Voulez-vous écrire 
<suggestion>\2-\3</suggestion> ?</message>
@@ -21047,7 +21048,7 @@
                     </marker>
                     <token>
                         <exception postag="V inf"/>
-                        <exception regexp="yes">eux|elles?</exception>
+                        <exception regexp="yes">abord|eux|elles?</exception>
                     </token>
                 </pattern>
                 <message>« Se rappelle de » est une impropriété. On se 
rappelle quelque chose, ou on se souvient de quelque chose. Employez 
<suggestion>\1</suggestion>.</message>

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