Revision: 9646
          
http://languagetool.svn.sourceforge.net/languagetool/?rev=9646&view=rev
Author:   dominikoeo
Date:     2013-03-09 21:21:46 +0000 (Sat, 09 Mar 2013)
Log Message:
-----------
[br] added rule to detect error in:
     *En an armel* -> "En armel".
     *En al levraoueg* -> "El levraoueg".
     *En ar g?\195?\170r* -> "Er g?\195?\170r".

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-09 18:36:59 UTC (rev 9645)
+++ 
trunk/languagetool/languagetool-language-modules/br/src/main/resources/org/languagetool/rules/br/grammar.xml
        2013-03-09 21:21:46 UTC (rev 9646)
@@ -5792,6 +5792,19 @@
       <example type="incorrect" correction="da’z">Lavaret em eus <marker>da 
da</marker> dad.</example>
       <example type="correct">Lavaret em eus da’z tad.</example>
     </rule>
+    <rule id="EL_EN_ER" name="en + al = el (hag all)">
+      <pattern>
+        <token regexp="yes">en?</token>
+        <token regexp="yes">a[lrn]</token>
+      </pattern>
+      <message>Ret eo skrivañ <suggestion><match no="1" regexp_match="^(.).?" 
regexp_replace="$1"/><match no="2" regexp_match="^." 
regexp_replace=""/></suggestion>. (CHALM L6)</message>
+      <example type="incorrect" correction="En"><marker>En an</marker> 
armel.</example>
+      <example type="correct"><marker>En</marker> armel.</example>
+      <example type="incorrect" correction="El"><marker>En al</marker> 
levraoueg.</example>
+      <example type="correct"><marker>El</marker> levraoueg.</example>
+      <example type="incorrect" correction="Er"><marker>E ar</marker> 
gêr.</example>
+      <example type="correct"><marker>Er</marker> gêr.</example>
+    </rule>
     <rule id="EM" name="e + ma = em">
       <pattern>
         <token>e</token>

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


------------------------------------------------------------------------------
Symantec Endpoint Protection 12 positioned as A LEADER in The Forrester  
Wave(TM): Endpoint Security, Q1 2013 and "remains a good choice" in the  
endpoint security space. For insight on selecting the right partner to 
tackle endpoint security challenges, access the full report. 
http://p.sf.net/sfu/symantec-dev2dev
_______________________________________________
Languagetool-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/languagetool-commits

Reply via email to