Revision: 8962
          
http://languagetool.svn.sourceforge.net/languagetool/?rev=8962&view=rev
Author:   dominikoeo
Date:     2013-01-12 20:55:10 +0000 (Sat, 12 Jan 2013)
Log Message:
-----------
[eo] fixed false positive in: "?\196?\156i ne eblas"

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    
    2013-01-12 19:54:56 UTC (rev 8961)
+++ 
trunk/JLanguageTool/src/main/resources/org/languagetool/rules/eo/grammar.xml    
    2013-01-12 20:55:10 UTC (rev 8962)
@@ -3051,6 +3051,7 @@
       <pattern>
         <token postag="SENT_START|K" postag_regexp="yes"/>
         <token postag="R nak .*" postag_regexp="yes" skip="3">
+          <exception regexp="yes">ĝi|ili</exception>
           <exception scope="next" negate="yes" 
regexp="yes">tiom|tro|pli|malpli|.*e|.*aŭ|jam|nur|.*[ui]|.*[aiuo]s</exception>
           <exception scope="next">ke</exception>
         </token>
@@ -3064,6 +3065,7 @@
       <example type="correct">Mi ne povas legi.</example>
       <example type="correct">Tio eblas.</example>
       <example type="correct">Mi pensas ke eblas.</example>
+      <example type="correct">Ĝi ne eblas en ordinara Angla lingvo.</example>
     </rule>
     <rule id="KIU_I" name="kiu esti (kiu estas)">
       <pattern>

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


------------------------------------------------------------------------------
Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
MVPs and experts. SALE $99.99 this month only -- learn more at:
http://p.sf.net/sfu/learnmore_122912
_______________________________________________
Languagetool-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/languagetool-commits

Reply via email to