Revision: 6248
          
http://languagetool.svn.sourceforge.net/languagetool/?rev=6248&view=rev
Author:   dominikoeo
Date:     2012-01-15 15:41:48 +0000 (Sun, 15 Jan 2012)
Log Message:
-----------
[br] fixed false positive in rule KEMM_N_J in "Trugarez memes tra".

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

Modified: trunk/JLanguageTool/src/rules/br/grammar.xml
===================================================================
--- trunk/JLanguageTool/src/rules/br/grammar.xml        2012-01-15 15:06:06 UTC 
(rev 6247)
+++ trunk/JLanguageTool/src/rules/br/grammar.xml        2012-01-15 15:41:48 UTC 
(rev 6248)
@@ -1648,6 +1648,7 @@
           <token postag="N f s.*|N m p t.*" postag_regexp="yes"/>
           <token postag="J.*" postag_regexp="yes" inflected="yes" 
regexp="yes">[gdbm].*
             <exception postag="J M.*:1:.*" postag_regexp="yes"/>
+            <exception postag="[^J].*" postag_regexp="yes"/>
           </token>
           <token negate="yes">ha</token>
         </pattern>
@@ -1657,6 +1658,7 @@
         <example type="incorrect">Ur chapel <marker>bihan</marker>.</example>
         <example type="correct">Ur chapel vihan.</example>
         <example type="correct">Ur chapel bihan ha brav.</example>
+        <example type="correct">Trugarez memes tra.</example>
       </rule>
       <rule>
         <pattern mark_from="1" mark_to="-1">
@@ -1664,6 +1666,7 @@
           </token>
           <token postag="J.*" postag_regexp="yes" inflected="yes" 
regexp="yes">[ktp].*
             <exception postag="J M.*:1:.*" postag_regexp="yes"/>
+            <exception postag="[^J].*" postag_regexp="yes"/>
           </token>
           <token negate="yes">ha</token>
         </pattern>

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


------------------------------------------------------------------------------
RSA(R) Conference 2012
Mar 27 - Feb 2
Save $400 by Jan. 27
Register now!
http://p.sf.net/sfu/rsa-sfdev2dev2
_______________________________________________
Languagetool-cvs mailing list
Languagetool-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/languagetool-cvs

Reply via email to