Revision: 7061
          
http://languagetool.svn.sourceforge.net/languagetool/?rev=7061&view=rev
Author:   dominikoeo
Date:     2012-05-26 14:32:25 +0000 (Sat, 26 May 2012)
Log Message:
-----------
[fr] detect error in:
     *Elle est certaine que vous soyez un espion* ->
      Elle est certaine que vous ?\195?\170tes un espion.

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-05-26 14:09:44 UTC 
(rev 7060)
+++ trunk/JLanguageTool/src/rules/fr/grammar.xml        2012-05-26 14:32:25 UTC 
(rev 7061)
@@ -5518,6 +5518,20 @@
                 <example type="correct">Quoique je te 
<marker>dise</marker>.</example>
             </rule>
         </rulegroup>
+        <rulegroup id="INC_SUBJ" name="subjonctif non-attendu">
+          <rule>
+            <pattern>
+              <token inflected="yes">être</token>
+              <token 
regexp="yes">clair|exacte|certaine?s?|sûre?s?|évident|probable|vrai|vraisemblable</token>
+              <token>que</token>
+              <token postag="R pers suj.*|Z.*" postag_regexp="yes"/>
+              <marker><token postag="V.* sub.*" postag_regexp="yes"><exception 
postag="V.* (ind|con).*" postag_regexp="yes"/></token></marker>
+            </pattern>
+            <message>Le verbe « \5 » devrait être à l'indicatif ou au 
conditionnel (et non au subjonctif) après « \1 \2 \3 \4 » qui exprime la 
certitude ou une forte vraisemblance de manière positive.</message>
+            <example type="incorrect">Elle est certaine que vous 
<marker>soyez</marker> un espion.</example>
+            <example type="correct">Elle est certaine que vous 
<marker>êtes</marker> un espion.</example>
+          </rule>
+        </rulegroup>
         <rulegroup id="P_V_PAS" name="négation sans NE">
             <rule>
                 <pattern>
@@ -14907,7 +14921,7 @@
             <example type="incorrect"><marker>feeling</marker></example>
             <example type="correct"><marker>impression</marker></example>
         </rule>
-        <rule default="off" id="FAX" name="fax">
+        <rule id="FAX" name="fax">
             <pattern>
                 <token regexp="yes">fax|faxs</token>
             </pattern>

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
[email protected]
https://lists.sourceforge.net/lists/listinfo/languagetool-cvs

Reply via email to