Revision: 7176
          
http://languagetool.svn.sourceforge.net/languagetool/?rev=7176&view=rev
Author:   dominikoeo
Date:     2012-06-02 18:02:04 +0000 (Sat, 02 Jun 2012)
Log Message:
-----------
[br] detect error *Brasoc?\226?\128?\153h eo eveldon* -> Brasoc?\226?\128?\153h 
eo egedon.

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-02 17:59:09 UTC 
(rev 7175)
+++ trunk/JLanguageTool/src/rules/br/grammar.xml        2012-06-02 18:02:04 UTC 
(rev 7176)
@@ -5414,6 +5414,34 @@
       <example type="correct">Un abadenn blijus evel boaz.</example>
     </rule>
 
+    <rulegroup id="EVEL_EGET" name="evel → eget">
+      <rule>
+        <pattern>
+          <token postag="J cmp" skip="3"/>
+          <marker>
+            <token>evel<exception inflected="yes">eget</exception></token>
+          </marker>
+        </pattern>
+        <message>Ret eo implijout ar stagell 
<suggestion>eget</suggestion>.</message>
+        <example type="incorrect">Brasoc’h eo <marker>evel</marker> ma 
breur.</example>
+        <example type="correct">Brasoc’h eo evel ma breur.</example>
+      </rule>
+      <rule>
+        <pattern>
+          <token postag="J cmp" skip="3"/>
+          <marker>
+            <token inflected="yes">evel
+              <exception>evel</exception>
+              <exception inflected="yes">eget</exception>
+            </token>
+          </marker>
+        </pattern>
+        <message>Ret eo implijout ar stagell <suggestion><match no="2" 
regexp_match="evel" regexp_replace="ege"/></suggestion>.</message>
+        <example type="incorrect">Brasoc’h eo 
<marker>eveldout</marker>.</example>
+        <example type="correct">Brasoc’h eo egedout.</example>
+      </rule>
+    </rulegroup>
+
     <rule id="RENK_RANK" name="a renk bezañ → a rank bezañ">
       <pattern>
         <token>a</token>

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
[email protected]
https://lists.sourceforge.net/lists/listinfo/languagetool-cvs

Reply via email to