Revision: 8184
          
http://languagetool.svn.sourceforge.net/languagetool/?rev=8184&view=rev
Author:   dominikoeo
Date:     2012-10-07 11:48:23 +0000 (Sun, 07 Oct 2012)
Log Message:
-----------
[fr] fixed false positive in: "Ne t'inqui?\195?\168te pas"

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-10-07 10:08:28 UTC (rev 8183)
+++ 
trunk/JLanguageTool/src/main/resources/org/languagetool/rules/fr/grammar.xml    
    2012-10-07 11:48:23 UTC (rev 8184)
@@ -6648,7 +6648,7 @@
             <rule>
                 <pattern>
                     <marker>
-                        <token>t</token>
+                        <token>t<exception 
scope="previous">ne</exception></token>
                         <token regexp="yes">[’´'‛′‘]</token>
                         <token postag="V.* 2 s" postag_regexp="yes" 
regexp="yes">[aeiouyh].*</token>
                         <token>pas</token>
@@ -6658,6 +6658,7 @@
                 <message>Voulez-vous écrire <suggestion>tu n’\3 
\4</suggestion> ?</message>
                 <example type="incorrect"><marker>T’as pas</marker> 
compris.</example>
                 <example type="correct">Tu n’as pas compris.</example>
+                <example type="correct">Ne t’inquiète pas.</example>
             </rule>
             <rule>
                 <pattern>

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


------------------------------------------------------------------------------
Don't let slow site performance ruin your business. Deploy New Relic APM
Deploy New Relic app performance management and know exactly
what is happening inside your Ruby, Python, PHP, Java, and .NET app
Try New Relic at no cost today and get our sweet Data Nerd shirt too!
http://p.sf.net/sfu/newrelic-dev2dev
_______________________________________________
Languagetool-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/languagetool-commits

Reply via email to