Revision: 6143
          
http://languagetool.svn.sourceforge.net/languagetool/?rev=6143&view=rev
Author:   dnaber
Date:     2012-01-01 19:55:31 +0000 (Sun, 01 Jan 2012)
Log Message:
-----------
[de] new rule "es wir (wird)"

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

Modified: trunk/JLanguageTool/CHANGES.txt
===================================================================
--- trunk/JLanguageTool/CHANGES.txt     2012-01-01 19:35:52 UTC (rev 6142)
+++ trunk/JLanguageTool/CHANGES.txt     2012-01-01 19:55:31 UTC (rev 6143)
@@ -9,6 +9,11 @@
    -updated dictionary to use Dicollecte-4.4.1
    -several new rules
 
+ -German:
+   -fixed a few false alarms
+   -added a few new rules
+
+
 1.6 (2011-12-31)
 
  -Breton:

Modified: trunk/JLanguageTool/src/rules/de/grammar.xml
===================================================================
--- trunk/JLanguageTool/src/rules/de/grammar.xml        2012-01-01 19:35:52 UTC 
(rev 6142)
+++ trunk/JLanguageTool/src/rules/de/grammar.xml        2012-01-01 19:55:31 UTC 
(rev 6143)
@@ -55,6 +55,15 @@
          xsi:noNamespaceSchemaLocation="../rules.xsd">
 
   <category name="Mögliche Tippfehler">
+    <rule id="ES_WIR" name="Möglicher Tippfehler: es wir (wird)">
+      <pattern mark_from="1">
+          <token>es</token>
+          <token>wir</token>
+        </pattern>
+      <message>Meinten Sie <suggestion>wird</suggestion>?</message>
+      <example type="incorrect">Es <marker>wir</marker> wieder wärmer 
draußen.</example>
+      <example type="correct">Es <marker>wird</marker> wieder wärmer 
draußen.</example>
+    </rule>
     <rule id="ZUR_RUHE_GEBETET" name="Möglicher Tippfehler: zur Ruhe gebetet 
(gebettet)">
       <pattern mark_from="2">
           <token>zur</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
[email protected]
https://lists.sourceforge.net/lists/listinfo/languagetool-cvs

Reply via email to