Revision: 6190
          
http://languagetool.svn.sourceforge.net/languagetool/?rev=6190&view=rev
Author:   dnaber
Date:     2012-01-08 11:03:28 +0000 (Sun, 08 Jan 2012)
Log Message:
-----------
[de] new rule "ins uns" -> "in uns"

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

Modified: trunk/JLanguageTool/src/rules/de/grammar.xml
===================================================================
--- trunk/JLanguageTool/src/rules/de/grammar.xml        2012-01-08 10:33:34 UTC 
(rev 6189)
+++ trunk/JLanguageTool/src/rules/de/grammar.xml        2012-01-08 11:03:28 UTC 
(rev 6190)
@@ -56,6 +56,15 @@
          xsi:noNamespaceSchemaLocation="../rules.xsd">
 
   <category name="Mögliche Tippfehler">
+    <rule id="INS_UNS" name="Möglicher Tippfehler: ins (in) uns">
+      <pattern mark_to="-1">
+          <token>ins</token>
+          <token>uns</token>
+        </pattern>
+      <message>Meinten Sie <suggestion>in</suggestion>?</message>
+      <example type="incorrect">Der Teufel steckt <marker>ins</marker> 
uns.</example>
+      <example type="correct">Der Teufel steckt <marker>in</marker> 
uns.</example>
+    </rule>
     <rule id="ES_WIR" name="Möglicher Tippfehler: es wir (wird)">
       <pattern mark_from="1">
           <token>es</token>

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


------------------------------------------------------------------------------
Ridiculously easy VDI. With Citrix VDI-in-a-Box, you don't need a complex
infrastructure or vast IT resources to deliver seamless, secure access to
virtual desktops. With this all-in-one solution, easily deploy virtual 
desktops for less than the cost of PCs and save 60% on VDI infrastructure 
costs. Try it free! http://p.sf.net/sfu/Citrix-VDIinabox
_______________________________________________
Languagetool-cvs mailing list
Languagetool-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/languagetool-cvs

Reply via email to