Revision: 6960
          
http://languagetool.svn.sourceforge.net/languagetool/?rev=6960&view=rev
Author:   dominikoeo
Date:     2012-05-17 15:20:47 +0000 (Thu, 17 May 2012)
Log Message:
-----------
[fr] improve disambiguator to find errors such as:
     *Une des chats* -> Un des chats"
     "Un des chattes* -> "Une des chattes"

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:04:00 UTC (rev 6959)
+++ trunk/JLanguageTool/src/resource/fr/disambiguation.xml      2012-05-17 
15:20:47 UTC (rev 6960)
@@ -838,4 +838,18 @@
       </pattern>
       <disambig action="filter" postag="Z.*"/>
     </rule>
+    <rule id="UNE_DES" name="une des">
+      <pattern mark="1">
+        <token>une</token>
+        <token>des</token>
+      </pattern>
+      <disambig postag="D f p"/>
+    </rule>
+    <rule id="UN_DES" name="un des">
+      <pattern mark="1">
+        <token>un</token>
+        <token>des</token>
+      </pattern>
+      <disambig postag="D m p"/>
+    </rule>
 </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