Revision: 7703
          
http://languagetool.svn.sourceforge.net/languagetool/?rev=7703&view=rev
Author:   dominikoeo
Date:     2012-07-14 15:44:19 +0000 (Sat, 14 Jul 2012)
Log Message:
-----------
[eo] - fixed missing backslash in front of back reference in message
     - improved rule REGARDI

Modified Paths:
--------------
    trunk/JLanguageTool/src/rules/eo/grammar.xml

Modified: trunk/JLanguageTool/src/rules/eo/grammar.xml
===================================================================
--- trunk/JLanguageTool/src/rules/eo/grammar.xml        2012-07-14 10:53:45 UTC 
(rev 7702)
+++ trunk/JLanguageTool/src/rules/eo/grammar.xml        2012-07-14 15:44:19 UTC 
(rev 7703)
@@ -269,9 +269,9 @@
     </rulegroup>
     <rule id="REGARDI" name="regardi kaj rigardi">
       <pattern>
-        <token inflected="yes">regardi</token>
+        <token inflected="yes" 
regexp="yes">re(bel|cev|fuĝ|fuz|gard|kolt|mark|par|pet|poz|proĉ|verenc)[aeio]</token>
       </pattern>
-      <message>Uzo de la verbo «\1» estas sufiĉe neveŝajna. Ĉu vi intencis 
skribi <suggestion><match no="1" regexp_match="(.).(.*)" 
regexp_replace="$1i$2"/></suggestion>.</message>
+      <message>Uzo de «\1» estas sufiĉe neveŝajna. Ĉu vi intencis skribi 
<suggestion><match no="1" regexp_match="(.).(.*)" 
regexp_replace="$1i$2"/></suggestion>.</message>
       <example type="incorrect">Ŝi <marker>regardis</marker> lin.</example>
       <example type="correct">Ŝi <marker>rigardis</marker> lin.</example>
     </rule>
@@ -975,7 +975,7 @@
           <token>plej</token>
           <token>malgranda</token>
         </pattern>
-        <message>Laŭ Revo, «\1 2 \3 \4 \5» estas arkaismo. Uzu <suggestion>sen 
ajna</suggestion> aŭ <suggestion>sen ia ajn</suggestion>.</message>
+        <message>Laŭ Revo, «\1 \2 \3 \4 \5» estas arkaismo. Uzu 
<suggestion>sen ajna</suggestion> aŭ <suggestion>sen ia 
ajn</suggestion>.</message>
         <example type="incorrect"><marker>Sen ia eĉ plej malgranda</marker> 
difekto.</example>
         <example type="correct"><marker>Sen ia ajn</marker> difekto.</example>
       </rule>

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