Revision: 8694
          
http://languagetool.svn.sourceforge.net/languagetool/?rev=8694&view=rev
Author:   dominikoeo
Date:     2012-12-28 21:11:31 +0000 (Fri, 28 Dec 2012)
Log Message:
-----------
[br] Fixed false positive in "ur varzhoneg".
     The mutation here is optional here because "barzhoneg"
     can be either masculine or feminine.

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-28 20:45:09 UTC (rev 8693)
+++ 
trunk/JLanguageTool/src/main/resources/org/languagetool/rules/br/grammar.xml    
    2012-12-28 21:11:31 UTC (rev 8694)
@@ -1704,7 +1704,7 @@
           <token regexp="yes">[au]r<exception postag="X EN_UR"/></token>
           <marker>
             <token postag="N [^M]*M.*" postag_regexp="yes" regexp="yes" 
inflected="yes">b.*
-              <exception postag="(N f s|N m p t) M.*:1a:.*" 
postag_regexp="yes"/>
+              <exception postag="(N [ef] s|N m p t) M.*:1a:.*" 
postag_regexp="yes"/>
               <exception regexp="yes" inflected="yes">[vp].*</exception>
               <exception regexp="yes">vrud(-(mañ|se|hont))?</exception>
             </token>
@@ -1724,6 +1724,8 @@
         <example type="incorrect">Ar <marker>vrezelioù</marker></example>
         <example type="incorrect">Ar <marker>prezelioù</marker></example>
         <example type="correct">Ar brezelioù</example>
+        <example type="correct">Ur barzhoneg</example>
+        <example type="correct">Ur varzhoneg</example>
       </rule>
       <rule>
         <pattern>

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


------------------------------------------------------------------------------
Master HTML5, CSS3, ASP.NET, MVC, AJAX, Knockout.js, Web API and
much more. Get web development skills now with LearnDevNow -
350+ hours of step-by-step video tutorials by Microsoft MVPs and experts.
SALE $99.99 this month only -- learn more at:
http://p.sf.net/sfu/learnmore_122812
_______________________________________________
Languagetool-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/languagetool-commits

Reply via email to