Revision: 7940
          
http://languagetool.svn.sourceforge.net/languagetool/?rev=7940&view=rev
Author:   dominikoeo
Date:     2012-08-29 06:10:27 +0000 (Wed, 29 Aug 2012)
Log Message:
-----------
[eo] detect error:
     *Li ronkis tutan la nokton* -> Li ronkis la tutan nokton

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-08-28 22:40:47 UTC 
(rev 7939)
+++ trunk/JLanguageTool/src/rules/eo/grammar.xml        2012-08-29 06:10:27 UTC 
(rev 7940)
@@ -3420,6 +3420,34 @@
         <example type="correct">Tio okazas dum mi estas hejme.</example>
       </rule>
     </rulegroup>
+    <rulegroup id="TUTA_LA" name="tuta la → la tuta">
+      <rule>
+        <pattern>
+          <marker>
+            <token>tuta</token>
+            <token>la</token>
+          </marker>
+          <token postag="O nak np"/>
+        </pattern>
+        <message>Ne diru «\1 \2» sed <suggestion>\2 \1</suggestion>.</message>
+        
<url>http://bertilow.com/pmeg/gramatiko/difiniloj/la/bazaj_reguloj.html</url>
+        <example type="incorrect">Li ronkis dum <marker>tuta la</marker> 
nokto.</example>
+        <example type="correct">Li ronkis dum <marker>la tuta</marker> 
nokto.</example>
+      </rule>
+      <rule>
+        <pattern>
+          <marker>
+            <token>tutan</token>
+            <token>la</token>
+          </marker>
+          <token postag="O akz np"/>
+        </pattern>
+        <message>Ne diru «\1 \2» sed <suggestion>\2 \1</suggestion>.</message>
+        
<url>http://bertilow.com/pmeg/gramatiko/difiniloj/la/bazaj_reguloj.html</url>
+        <example type="incorrect">Li ronkis <marker>tutan la</marker> 
nokton.</example>
+        <example type="correct">Li ronkis <marker>la tutan</marker> 
nokton.</example>
+      </rule>
+    </rulegroup>
   </category>
   <!-- vim: foldmethod=marker foldmarker=<category,</category:
   -->

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