Revision: 8023
          
http://languagetool.svn.sourceforge.net/languagetool/?rev=8023&view=rev
Author:   dominikoeo
Date:     2012-09-10 20:27:59 +0000 (Mon, 10 Sep 2012)
Log Message:
-----------
[eo] fixed false positive in:
     "Por ricevi la literon ?\196?\164, longe premu H."

Modified Paths:
--------------
    trunk/JLanguageTool/src/main/resources/org/languagetool/rules/eo/grammar.xml

Modified: 
trunk/JLanguageTool/src/main/resources/org/languagetool/rules/eo/grammar.xml
===================================================================
--- 
trunk/JLanguageTool/src/main/resources/org/languagetool/rules/eo/grammar.xml    
    2012-09-10 18:57:23 UTC (rev 8022)
+++ 
trunk/JLanguageTool/src/main/resources/org/languagetool/rules/eo/grammar.xml    
    2012-09-10 20:27:59 UTC (rev 8023)
@@ -166,11 +166,13 @@
         <marker>
           <token regexp="yes">literoj?n?<exception scope="previous" 
regexp="yes">(?:(?:mal)?(?:grand|et)aj?n)|(?:ĉin|japan)aj?n?</exception></token>
         </marker>
+        <token><exception regexp="yes">\p{L}</exception></token>
       </pattern>
       <message>Ĉu vi intencis <suggestion><match no="2" 
regexp_match="(.).(.*)" regexp_replace="$1e$2"/></suggestion> anstataŭ 
«\2»?</message>
       <example type="incorrect">Mi dissendis la 
<marker>literon</marker>.</example>
       <example type="correct">Mi dissendis la 
<marker>leteron</marker>.</example>
       <example type="correct">Mi ne povas legi etajn literojn.</example>
+      <example type="correct">Por ricevi la literon Ĥ, longe premu H.</example>
     </rule>
     <rule id="EBLECO" name="ebleco (eblo)">
       <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