Revision: 6253
          
http://languagetool.svn.sourceforge.net/languagetool/?rev=6253&view=rev
Author:   dominikoeo
Date:     2012-01-15 18:46:20 +0000 (Sun, 15 Jan 2012)
Log Message:
-----------
[br] fixed false positive in "ur blijadur bennak"

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 18:45:43 UTC 
(rev 6252)
+++ trunk/JLanguageTool/src/rules/br/grammar.xml        2012-01-15 18:46:20 UTC 
(rev 6253)
@@ -1663,6 +1663,9 @@
           <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"/>
+            <!-- bennak is marked as an adjective in the diction, it
+                 should be an adverb -->
+            <exception>bennak</exception>
           </token>
           <token negate="yes">ha</token>
         </pattern>
@@ -1681,6 +1684,9 @@
           <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"/>
+            <!-- bennak is marked as an adjective in the diction, it
+                 should be an adverb -->
+            <exception>bennak</exception>
           </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
[email protected]
https://lists.sourceforge.net/lists/listinfo/languagetool-cvs

Reply via email to