Revision: 7368
          
http://languagetool.svn.sourceforge.net/languagetool/?rev=7368&view=rev
Author:   dominikoeo
Date:     2012-06-16 16:40:39 +0000 (Sat, 16 Jun 2012)
Log Message:
-----------
[br] fixed disambiguation of the word "o" which caused
     false positive in:
     "Me a rankfe chom d'o gortoz."

Modified Paths:
--------------
    trunk/JLanguageTool/src/resource/br/disambiguation.xml
    trunk/JLanguageTool/src/rules/br/grammar.xml

Modified: trunk/JLanguageTool/src/resource/br/disambiguation.xml
===================================================================
--- trunk/JLanguageTool/src/resource/br/disambiguation.xml      2012-06-16 
16:22:02 UTC (rev 7367)
+++ trunk/JLanguageTool/src/resource/br/disambiguation.xml      2012-06-16 
16:40:39 UTC (rev 7368)
@@ -123,6 +123,14 @@
             <disambig postag="L a"/>
         </rule>
     </rulegroup>
+    <rule id="D_O" name="d’o">
+      <pattern>
+        <token>d’</token>
+        <marker><token>o</token></marker>
+        <token postag="V inf"/>
+      </pattern>
+      <disambig postag="R e p 3 obj"/>
+    </rule>
     <rulegroup id="EZ_AN" name="ez an">
         <rule>
             <pattern>

Modified: trunk/JLanguageTool/src/rules/br/grammar.xml
===================================================================
--- trunk/JLanguageTool/src/rules/br/grammar.xml        2012-06-16 16:22:02 UTC 
(rev 7367)
+++ trunk/JLanguageTool/src/rules/br/grammar.xml        2012-06-16 16:40:39 UTC 
(rev 7368)
@@ -1734,6 +1734,7 @@
         <example type="correct">Petra emaout o c’hortoz?</example>
         <example type="correct">Warlene e ouiemp</example>
         <example type="correct">Peogwir e selaouomp sonerezh hag e 
kanomp.</example>
+        <example type="correct">Me a rankfe chom d’o gortoz.</example>
       </rule>
       <rule>
         <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
Languagetool-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/languagetool-cvs

Reply via email to