Revision: 7543
          
http://languagetool.svn.sourceforge.net/languagetool/?rev=7543&view=rev
Author:   dominikoeo
Date:     2012-06-28 18:37:23 +0000 (Thu, 28 Jun 2012)
Log Message:
-----------
[br] better disambiguation of the word "e".

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-28 
16:13:49 UTC (rev 7542)
+++ trunk/JLanguageTool/src/resource/br/disambiguation.xml      2012-06-28 
18:37:23 UTC (rev 7543)
@@ -130,6 +130,13 @@
       </pattern>
       <disambig postag="R e p 3 obj"/>
     </rule>
+    <rule id="D_E" name="d’e">
+      <pattern>
+        <token>d’</token>
+        <marker><token>e</token></marker>
+      </pattern>
+      <disambig postag="R m s 1 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-28 16:13:49 UTC 
(rev 7542)
+++ trunk/JLanguageTool/src/rules/br/grammar.xml        2012-06-28 18:37:23 UTC 
(rev 7543)
@@ -344,6 +344,8 @@
         <example type="incorrect">Da <marker>gwele</marker> zo ken 
bras.</example>
         <example type="incorrect">Da <marker>kwele</marker> zo ken 
bras.</example>
         <example type="correct">Da wele zo ken bras.</example>
+        <example type="incorrect">Abred eo aet d’e 
<marker>gwelet</marker>.</example>
+        <example type="correct">Abred eo aet d’e welet.</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