Revision: 8649
          
http://languagetool.svn.sourceforge.net/languagetool/?rev=8649&view=rev
Author:   dominikoeo
Date:     2012-12-23 21:16:17 +0000 (Sun, 23 Dec 2012)
Log Message:
-----------
[fr] fixed false positive in: "Ce pr?\195?\169dateur r?\195?\169introduit il y 
a 30 ans."

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-23 19:54:04 UTC (rev 8648)
+++ 
trunk/JLanguageTool/src/main/resources/org/languagetool/rules/fr/grammar.xml    
    2012-12-23 21:16:17 UTC (rev 8649)
@@ -6001,6 +6001,7 @@
             </rule>
             <rule>
                 <pattern>
+                  <marker>
                     <and>
                         <token postag="V.* 3 s" postag_regexp="yes">
                             <exception postag="[^V].*" postag_regexp="yes"/>
@@ -6010,11 +6011,14 @@
                         <token regexp="yes">.*[^aec]</token>
                     </and>
                     <token regexp="yes">il|on</token>
+                  </marker>
+                  <token><exception>y</exception></token>
                 </pattern>
                 <message>Voulez-vous dire 
<suggestion>\1-\2</suggestion> ?</message>
                 <example type="incorrect">Que <marker>prend 
il</marker> ?</example>
                 <example type="correct">Que prend-il ?</example>
                 <example type="correct">Notre point de <marker>départ 
on</marker> pouvait le voir d’ici.</example>
+                <example type="correct">Ce prédateur réintroduit il y a 30 
ans.</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