Revision: 6174
          
http://languagetool.svn.sourceforge.net/languagetool/?rev=6174&view=rev
Author:   janschreiber
Date:     2012-01-06 16:24:47 +0000 (Fri, 06 Jan 2012)
Log Message:
-----------
[de] extended SEIT_VS_SEID rule

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-06 16:07:19 UTC 
(rev 6173)
+++ trunk/JLanguageTool/src/rules/de/grammar.xml        2012-01-06 16:24:47 UTC 
(rev 6174)
@@ -1257,6 +1257,16 @@
     <rulegroup id="SEID_VS_SEIT" name="Möglicher Tippfehler: 'Seit' statt 
'seid'" default="on">
     <!-- Jan: TODO - extend this -->
       <rule>
+        <pattern mark_from="2">
+          <token postag="SENT_START"/>
+          <token>Ihr</token>
+          <token>seit</token>
+        </pattern>
+        <message>Meinten Sie <suggestion>seid</suggestion> (Verbform) statt 
"seit" (Präposition)?</message>
+        <example type="correct">Ihr <marker>seid</marker> doch 
verrückt!</example>
+        <example correction="seid" type="incorrect">Ihr <marker>seit</marker> 
zufrieden?</example>
+      </rule>
+      <rule>
         <pattern mark_from="0" mark_to="-3">
           <token>seit</token>
           <token>ihr</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