Revision: 8479
          
http://languagetool.svn.sourceforge.net/languagetool/?rev=8479&view=rev
Author:   dominikoeo
Date:     2012-12-01 23:37:21 +0000 (Sat, 01 Dec 2012)
Log Message:
-----------
[br] Error *Pevar poent* was incorrectly detected
     (correct being "Pevar foent")

Modified Paths:
--------------
    trunk/JLanguageTool/src/main/resources/org/languagetool/rules/br/grammar.xml

Modified: 
trunk/JLanguageTool/src/main/resources/org/languagetool/rules/br/grammar.xml
===================================================================
--- 
trunk/JLanguageTool/src/main/resources/org/languagetool/rules/br/grammar.xml    
    2012-12-01 22:29:06 UTC (rev 8478)
+++ 
trunk/JLanguageTool/src/main/resources/org/languagetool/rules/br/grammar.xml    
    2012-12-01 23:37:21 UTC (rev 8479)
@@ -1183,7 +1183,7 @@
           <marker>
             <and>
               <token regexp="yes" inflected="yes">t.*
-                <exception regexp="yes" inflected="yes">d.*</exception>
+                <exception regexp="yes" inflected="yes" postag="[^M]*" 
postag_regexp="yes">d.*</exception>
               </token>
               <token regexp="yes">[td].*</token>
             </and>
@@ -1209,7 +1209,7 @@
           <marker>
             <and>
               <token regexp="yes" inflected="yes">p.*
-                <exception regexp="yes" inflected="yes">b.*</exception>
+                <exception regexp="yes" inflected="yes" postag="[^M]*" 
postag_regexp="yes">b.*</exception>
               </token>
               <token regexp="yes">[pb].*</token>
             </and>
@@ -1223,6 +1223,8 @@
         <example type="incorrect">Bras eo o <marker>patatez</marker>.</example>
         <example type="incorrect">Bras eo o <marker>batatez</marker>.</example>
         <example type="correct">Bras eo o fatatez.</example>
+        <example type="incorrect">Tri <marker>poent</marker>.</example>
+        <example type="correct">Tri foent.</example>
       </rule>
       <rule>
         <pattern>
@@ -1273,7 +1275,8 @@
           <marker>
             <and>
               <token regexp="yes" inflected="yes">d.*
-                <exception regexp="yes" inflected="yes">[zt].*</exception>
+                <exception regexp="yes" inflected="yes" postag="[^M]*" 
postag_regexp="yes">z.*</exception>
+                <exception regexp="yes" inflected="yes">t.*</exception>
               </token>
               <token regexp="yes">[tz].*<exception 
regexp="yes">[tz]ud</exception></token>
             </and>

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


------------------------------------------------------------------------------
Keep yourself connected to Go Parallel: 
INSIGHTS What's next for parallel hardware, programming and related areas?
Interviews and blogs by thought leaders keep you ahead of the curve.
http://goparallel.sourceforge.net
_______________________________________________
Languagetool-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/languagetool-commits

Reply via email to