Revision: 7942
          
http://languagetool.svn.sourceforge.net/languagetool/?rev=7942&view=rev
Author:   dominikoeo
Date:     2012-08-29 06:33:59 +0000 (Wed, 29 Aug 2012)
Log Message:
-----------
[br] fixed false positive in "Ur voul."

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-08-29 06:11:36 UTC 
(rev 7941)
+++ trunk/JLanguageTool/src/rules/br/grammar.xml        2012-08-29 06:33:59 UTC 
(rev 7942)
@@ -1460,7 +1460,7 @@
                 <exception regexp="yes">(?-i)Vouster</exception>
               </token>
               <token postag="N m s.*|N f p.*" postag_regexp="yes" regexp="yes" 
inflected="yes">m.*
-                <exception postag="N f s.*|N m p t.*" postag_regexp="yes" 
regexp="yes" inflected="yes">m.*</exception>
+                <exception postag="N f s.*|N m p t.*" postag_regexp="yes" 
regexp="yes" inflected="yes">[bm].*</exception>
               </token>
             </and>
           </marker>
@@ -1469,6 +1469,7 @@
         <example type="incorrect">Ar <marker>vammoĆ¹</marker></example>
         <example type="correct">Ar mammoĆ¹</example>
         <example type="correct">Ar Vouster</example>
+        <example type="correct">Ur voul.</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