Revision: 7373
          
http://languagetool.svn.sourceforge.net/languagetool/?rev=7373&view=rev
Author:   dominikoeo
Date:     2012-06-16 21:33:39 +0000 (Sat, 16 Jun 2012)
Log Message:
-----------
[br] fixed a few false positives.

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-06-16 21:11:13 UTC 
(rev 7372)
+++ trunk/JLanguageTool/src/rules/br/grammar.xml        2012-06-16 21:33:39 UTC 
(rev 7373)
@@ -399,7 +399,7 @@
             <and>
               <token regexp="yes" inflected="yes" postag="UNKNOWN" 
negate_pos="yes">d.*
                 <exception inflected="yes">da</exception>
-                <exception regexp="yes" inflected="yes">t.*</exception>
+                <exception regexp="yes" 
inflected="yes">t.*|dirak|dindan</exception>
                 <exception regexp="yes">[dt]ud(-(mañ|se|hont))?</exception>
               </token>
               <!-- La mutation est faculative dans le verbe dleout d’après
@@ -420,6 +420,7 @@
         <example type="correct">An ti a <marker>zle</marker> bezañ 
amañ.</example>
         <example type="incorrect">Pe <marker>deiz</marker> e teuy?</example>
         <example type="correct">Pe zeiz e teuy?</example>
+        <example type="correct">Adsavit ar frazennoù-mañ en ur lakaat re 
<marker>dirak</marker> an anvioù-gwan.</example>
       </rule>
       <rule>
         <pattern>
@@ -1054,7 +1055,9 @@
           </token>
           <marker>
             <and>
-              <token regexp="yes" inflected="yes">d.*</token>
+              <token regexp="yes" inflected="yes">d.*
+                <exception regexp="yes" inflected="yes">[zt].*</exception>
+              </token>
               <token regexp="yes">[tz].*<exception 
regexp="yes">[tz]ud</exception></token>
             </and>
           </marker>
@@ -1064,6 +1067,7 @@
         <example type="incorrect">Teir <marker>zimezell</marker></example>
         <example type="correct">Teir <marker>dimezell</marker></example>
         <example type="correct">Gant o zud</example>
+        <example type="correct">Tri zu</example>
       </rule>
       <rule>
         <pattern>
@@ -1949,7 +1953,7 @@
         <marker>
           <token postag="[^M]*M:.*" postag_regexp="yes">
             <exception negate_pos="yes" postag="[^M]*M:.*|SENT_END" 
postag_regexp="yes"/>
-            <exception>vat</exception>
+            <exception regexp="yes">va[dt]</exception>
           </token>
         </marker>
       </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