Revision: 8688
          
http://languagetool.svn.sourceforge.net/languagetool/?rev=8688&view=rev
Author:   dominikoeo
Date:     2012-12-28 09:30:13 +0000 (Fri, 28 Dec 2012)
Log Message:
-----------
[fr] fixed false positive in: "Il chante a cappella."

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-28 01:24:04 UTC (rev 8687)
+++ 
trunk/JLanguageTool/src/main/resources/org/languagetool/rules/fr/grammar.xml    
    2012-12-28 09:30:13 UTC (rev 8688)
@@ -1095,7 +1095,7 @@
                     <marker>
                         <token>a</token>
                     </marker>
-                    <token><exception 
regexp="yes">priori|côté</exception></token>
+                    <token><exception 
regexp="yes">priori|capp?ella|côté</exception></token>
                 </pattern>
                 <message>Voulez-vous écrire <suggestion>à</suggestion> 
?</message>
                 <example type="incorrect">Ils s’apprêtent <marker>a</marker> 
le dépasser.</example>
@@ -1105,6 +1105,7 @@
                 <example type="correct">Fumer a nui à sa santé.</example>
                 <example type="correct">Ce que tu dis a l’air 
correct.</example>
                 <example type="correct">Puis a jailli un jeune homme.</example>
+                <example type="correct">Il chante <marker>a</marker> 
cappella.</example>
             </rule>
             <rule>
                 <pattern>

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


------------------------------------------------------------------------------
Master HTML5, CSS3, ASP.NET, MVC, AJAX, Knockout.js, Web API and
much more. Get web development skills now with LearnDevNow -
350+ hours of step-by-step video tutorials by Microsoft MVPs and experts.
SALE $99.99 this month only -- learn more at:
http://p.sf.net/sfu/learnmore_122812
_______________________________________________
Languagetool-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/languagetool-commits

Reply via email to