Revision: 8495
          
http://languagetool.svn.sourceforge.net/languagetool/?rev=8495&view=rev
Author:   dominikoeo
Date:     2012-12-03 19:01:13 +0000 (Mon, 03 Dec 2012)
Log Message:
-----------
[br] fixed false positive in "Ar c'henta?\195?\177 studiadenno?\195?\185".

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-03 18:42:03 UTC (rev 8494)
+++ 
trunk/JLanguageTool/src/main/resources/org/languagetool/rules/br/grammar.xml    
    2012-12-03 19:01:13 UTC (rev 8495)
@@ -5143,7 +5143,9 @@
     <rulegroup id="LIES" name="lies">
       <rule>
         <pattern>
-          <token postag="K.*[^o]" 
postag_regexp="yes"><exception>gant</exception></token>
+          <token postag="K.* [^o]( M:.*)?" postag_regexp="yes">
+            <exception>gant</exception>
+          </token>
           <marker>
             <token postag="N . p.*" postag_regexp="yes">
               <exception postag="N . s.*" postag_regexp="yes"/>
@@ -5156,6 +5158,7 @@
         <example type="correct">Gant yezhadurourien</example>
         <example type="correct">Daou geloù</example>
         <example type="correct">Ken ar c’hentañ mignoned.</example>
+        <example type="correct">Ar c’hentañ sudiadennoù.</example>
       </rule>
       <rule>
         <pattern>

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


------------------------------------------------------------------------------
Keep yourself connected to Go Parallel: 
BUILD Helping you discover the best ways to construct your parallel projects.
http://goparallel.sourceforge.net
_______________________________________________
Languagetool-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/languagetool-commits

Reply via email to