Revision: 7370
          
http://languagetool.svn.sourceforge.net/languagetool/?rev=7370&view=rev
Author:   dominikoeo
Date:     2012-06-16 20:46:37 +0000 (Sat, 16 Jun 2012)
Log Message:
-----------
[br] fixed false positive in "Hor marc'h-houarn"

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 18:44:26 UTC 
(rev 7369)
+++ trunk/JLanguageTool/src/rules/br/grammar.xml        2012-06-16 20:46:37 UTC 
(rev 7370)
@@ -1181,7 +1181,7 @@
         <pattern>
           <token>hor</token>
           <marker>
-            <token inflected="yes" regexp="yes">k.*|marc’h<exception 
regexp="yes">c’h.*</exception></token>
+            <token inflected="yes" regexp="yes">k.*|marc’h<exception 
regexp="yes">c’h.*|marc’h.*</exception></token>
           </marker>
         </pattern>
         <message>Kemmadur direizh. Goude ar ger «\1» e tro «\2» da 
<suggestion><match no="2" regexp_match=".(.*)" 
regexp_replace="c’h$1"/></suggestion>.</message>
@@ -1193,6 +1193,7 @@
         <example type="incorrect">Hor <marker>kezeg</marker>.</example>
         <example type="incorrect">Hor <marker>gezeg</marker>.</example>
         <example type="correct">Hor c’hezeg.</example>
+        <example type="correct">Hor marc’h-houarn.</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