Revision: 9711
          
http://languagetool.svn.sourceforge.net/languagetool/?rev=9711&view=rev
Author:   dominikoeo
Date:     2013-03-17 14:30:07 +0000 (Sun, 17 Mar 2013)
Log Message:
-----------
[br] fixed false alarms in:
     "Teir pe pevar nozvezh"
     "Pegen nec'het e oan"

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

Modified: 
trunk/languagetool/languagetool-language-modules/br/src/main/resources/org/languagetool/rules/br/grammar.xml
===================================================================
--- 
trunk/languagetool/languagetool-language-modules/br/src/main/resources/org/languagetool/rules/br/grammar.xml
        2013-03-17 14:01:47 UTC (rev 9710)
+++ 
trunk/languagetool/languagetool-language-modules/br/src/main/resources/org/languagetool/rules/br/grammar.xml
        2013-03-17 14:30:07 UTC (rev 9711)
@@ -1662,6 +1662,7 @@
           <marker>
             <and>
               <token regexp="yes" inflected="yes">p.*
+                <exception>pe</exception>
                 <exception regexp="yes" inflected="yes" postag="[^M]*" 
postag_regexp="yes">b.*</exception>
               </token>
               <token regexp="yes">[pb].*</token>
@@ -1678,6 +1679,7 @@
         <example type="correct">Bras eo o fatatez.</example>
         <example type="incorrect" correction="foent">Tri 
<marker>poent</marker>.</example>
         <example type="correct">Tri foent.</example>
+        <example type="correct">Teir <marker>pe</marker> pevar 
nozvezh.</example>
       </rule>
       <rule>
         <pattern>
@@ -5631,11 +5633,12 @@
         <marker>
           <token>Pegen</token>
         </marker>
-        <token><exception postag_regexp="yes" postag="[AJ].*"/></token>
+        <token><exception postag_regexp="yes" postag="[AJ].*|V ppa"/></token>
       </pattern>
       <message>«\1» a lakaer dirak un anv-gwan pe un adverb. Ha fellout a rae 
deoc’h skrivañ <suggestion><match no="1" regexp_match="(.).*" 
regexp_replace="$1ebezh"/></suggestion>? (CHALM G2)</message>
       <example type="incorrect"><marker>Pegen</marker> paotr!</example>
       <example type="correct">Pegen brav!</example>
+      <example type="correct">Pegen nec‘het e oan.</example>
     </rule>
     <rule id="V_VIMP_NA" name="Sellit na kaer → Sellit na pegen kaer">
       <pattern>

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


------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_mar
_______________________________________________
Languagetool-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/languagetool-commits

Reply via email to