Revision: 7801
          
http://languagetool.svn.sourceforge.net/languagetool/?rev=7801&view=rev
Author:   dominikoeo
Date:     2012-08-05 19:30:30 +0000 (Sun, 05 Aug 2012)
Log Message:
-----------
[br] detect error *Pa eo brav an amzer* -> "Pa vez brav an amzer"

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-08-05 19:22:22 UTC 
(rev 7800)
+++ trunk/JLanguageTool/src/rules/br/grammar.xml        2012-08-05 19:30:30 UTC 
(rev 7801)
@@ -2941,7 +2941,7 @@
         <marker>
           <token>eñ</token>
         </marker>
-        <token regexp="yes">deus|doa?|deze?</token>
+        <token 
regexp="yes">deus|do[ae]?|de[fz]e?|dije|devezet?|devezo|devoe</token>
       </pattern>
       <message>Ha fellout a rae doc’h skrivañ <suggestion><match no="1" 
regexp_match="(.)." regexp_replace="$1n"/></suggestion>?</message>
       <example type="incorrect">Naon <marker>eñ</marker> deus.</example>
@@ -3097,7 +3097,7 @@
         <pattern>
           <token regexp="yes">[ae]z|ho</token>
           <marker>
-            <token regexp="yes">dez|bez|doa?|boa?|deus</token>
+            <token regexp="yes">[bd]eze?|[bd]o[ae]?|deus</token>
           </marker>
         </pattern>
         <message>Ha fellout a rae deoc’h skrivañ <suggestion><match no="2" 
regexp_match=".(.*)" regexp_replace="p$1"/></suggestion>?</message>
@@ -3109,7 +3109,7 @@
         <pattern>
           <token regexp="yes">en|o</token>
           <marker>
-            <token regexp="yes">bez|pez|boa?|poa?|peus</token>
+            <token regexp="yes">[bp]e[fz]e?|[bp]o[ae]?|peus|[bp]ije</token>
           </marker>
         </pattern>
         <message>Ha fellout a rae deoc’h skrivañ <suggestion><match no="2" 
regexp_match=".(.*)" regexp_replace="d$1"/></suggestion>?</message>
@@ -3331,6 +3331,20 @@
         <example type="correct">Nebeut ne <marker>c’hoarzhent</marker> 
ket.</example>
       </rule>
     </rulegroup>
+
+    <rulegroup id="PA_BEZAN" name="pa + bezañ">
+      <rule>
+        <pattern>
+          <token>pa</token>
+          <marker><token regexp="yes">eo|zo</token></marker>
+        </pattern>
+        <message>Ret eo implij <suggestion>vez</suggestion> goude «pa» (CHALM 
C71.4.3).</message>
+        <example type="incorrect">Pa <marker>eo</marker> brav an 
amzer</example>
+        <example type="correct">Pa <marker>vez</marker> brav an 
amzer.</example>
+        <example type="incorrect">Pa <marker>zo</marker> amzer</example>
+        <example type="correct">Pa <marker>vez</marker> amzer</example>
+      </rule>
+    </rulegroup>
   </category>
 
   <category name="Barrennig-stagañ">

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