Revision: 10625
          http://sourceforge.net/p/languagetool/code/10625
Author:   dominikoeo
Date:     2013-07-29 20:53:05 +0000 (Mon, 29 Jul 2013)
Log Message:
-----------
[br] fixed false positive in rule FAZ_KEMM in sentence:
     "Naig a rae van nompas kompren."

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

Modified: 
trunk/languagetool/languagetool-language-modules/br/src/main/resources/org/languagetool/resource/br/disambiguation.xml
===================================================================
--- 
trunk/languagetool/languagetool-language-modules/br/src/main/resources/org/languagetool/resource/br/disambiguation.xml
      2013-07-29 06:12:38 UTC (rev 10624)
+++ 
trunk/languagetool/languagetool-language-modules/br/src/main/resources/org/languagetool/resource/br/disambiguation.xml
      2013-07-29 20:53:05 UTC (rev 10625)
@@ -602,6 +602,13 @@
       <disambig action="immunize"/>
     </rule>
   </rulegroup>
+  <rule id="OBER_VAN" name="ober van">
+    <pattern>
+      <token inflected="yes">ober</token>
+      <marker><token>van</token></marker>
+    </pattern>
+    <disambig action="immunize"/>
+  </rule>
   <rule id="KENTAN" name="kentaƱ">
     <pattern>
       <token>skol</token>

Modified: 
trunk/languagetool/languagetool-language-modules/br/src/main/resources/org/languagetool/rules/br/grammar.xml
===================================================================
--- 
trunk/languagetool/languagetool-language-modules/br/src/main/resources/org/languagetool/rules/br/grammar.xml
        2013-07-29 06:12:38 UTC (rev 10624)
+++ 
trunk/languagetool/languagetool-language-modules/br/src/main/resources/org/languagetool/rules/br/grammar.xml
        2013-07-29 20:53:05 UTC (rev 10625)
@@ -2328,6 +2328,7 @@
         <example type="correct">Ar wellaƱ <marker>maouez</marker>.</example>
         <example type="correct">Div, unan vihan, hag unan vras.</example>
         <example type="correct"><marker>Dal</marker> ma niverenn 
bellgomz.</example>
+        <example type="correct">Naig a rae <marker>van</marker> nompas 
kompren.</example>
       </rule>
       <rule>
         <pattern>

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


------------------------------------------------------------------------------
Get your SQL database under version control now!
Version control is standard for application code, but databases havent 
caught up. So what steps can you take to put your SQL databases under 
version control? Why should you start doing it? Read more to find out.
http://pubads.g.doubleclick.net/gampad/clk?id=49501711&iu=/4140/ostg.clktrk
_______________________________________________
Languagetool-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/languagetool-commits

Reply via email to