Revision: 6961
          
http://languagetool.svn.sourceforge.net/languagetool/?rev=6961&view=rev
Author:   dominikoeo
Date:     2012-05-17 19:39:05 +0000 (Thu, 17 May 2012)
Log Message:
-----------
[fr] changed tagging of "tout ?\195?\160 fait" in disambiguator
     to avoid false positives.

Modified Paths:
--------------
    trunk/JLanguageTool/src/resource/fr/disambiguation.xml

Modified: trunk/JLanguageTool/src/resource/fr/disambiguation.xml
===================================================================
--- trunk/JLanguageTool/src/resource/fr/disambiguation.xml      2012-05-17 
15:20:47 UTC (rev 6960)
+++ trunk/JLanguageTool/src/resource/fr/disambiguation.xml      2012-05-17 
19:39:05 UTC (rev 6961)
@@ -852,4 +852,30 @@
       </pattern>
       <disambig postag="D m p"/>
     </rule>
+    <rulegroup id="TOUT_A_FAIT" name="tout à fait">
+      <rule>
+        <pattern mark="0">
+          <token>tout</token>
+          <token>à</token>
+          <token>fait</token>
+        </pattern>
+        <disambig postag="A"/>
+      </rule>
+      <rule>
+        <pattern mark="1">
+          <token>tout</token>
+          <token>à</token>
+          <token>fait</token>
+        </pattern>
+        <disambig postag="A"/>
+      </rule>
+      <rule>
+        <pattern mark="2">
+          <token>tout</token>
+          <token>à</token>
+          <token>fait</token>
+        </pattern>
+        <disambig postag="A"/>
+      </rule>
+    </rulegroup>
 </rules>

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