Revision: 9413
          
http://languagetool.svn.sourceforge.net/languagetool/?rev=9413&view=rev
Author:   dominikoeo
Date:     2013-02-17 23:02:10 +0000 (Sun, 17 Feb 2013)
Log Message:
-----------
[fr] detect error *parce-que* -> "parce que"

Modified Paths:
--------------
    
trunk/languagetool/languagetool-language-modules/fr/src/main/resources/org/languagetool/rules/fr/grammar.xml

Modified: 
trunk/languagetool/languagetool-language-modules/fr/src/main/resources/org/languagetool/rules/fr/grammar.xml
===================================================================
--- 
trunk/languagetool/languagetool-language-modules/fr/src/main/resources/org/languagetool/rules/fr/grammar.xml
        2013-02-17 22:54:50 UTC (rev 9412)
+++ 
trunk/languagetool/languagetool-language-modules/fr/src/main/resources/org/languagetool/rules/fr/grammar.xml
        2013-02-17 23:02:10 UTC (rev 9413)
@@ -21074,6 +21074,14 @@
       <example type="incorrect"><marker>C’est à dire</marker></example>
       <example type="correct"><marker>C’est-à-dire</marker></example>
     </rule>
+    <rule id="PARCE_QUE" name="parce-que → parce que">
+      <pattern>
+        <token regexp="yes">parce-que?</token>
+      </pattern>
+      <message>Employez <suggestion><match no="1" regexp_match="-" 
regexp_replace=" "/></suggestion>.</message>
+      <example type="incorrect" correction="Parce 
qu"><marker>Parce-qu</marker>’il vient.</example>
+      <example type="correct"><marker>Parce qu</marker>’il vient.</example>
+    </rule>
     <rulegroup id="S_IL_TE_PLAIT" name="s’il te plaît">
       <rule>
         <pattern>

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


------------------------------------------------------------------------------
The Go Parallel Website, sponsored by Intel - in partnership with Geeknet, 
is your hub for all things parallel software development, from weekly thought 
leadership blogs to news, videos, case studies, tutorials, tech docs, 
whitepapers, evaluation guides, and opinion stories. Check out the most 
recent posts - join the conversation now. http://goparallel.sourceforge.net/
_______________________________________________
Languagetool-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/languagetool-commits

Reply via email to