Revision: 6136
          
http://languagetool.svn.sourceforge.net/languagetool/?rev=6136&view=rev
Author:   dnaber
Date:     2012-01-01 14:23:45 +0000 (Sun, 01 Jan 2012)
Log Message:
-----------
[de] avoid false alarm with "zu nehmen war"

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-01 13:52:25 UTC 
(rev 6135)
+++ trunk/JLanguageTool/src/rules/de/grammar.xml        2012-01-01 14:23:45 UTC 
(rev 6136)
@@ -658,13 +658,15 @@
     </rulegroup>
     <rulegroup id="WAHR_NEHMEN" name="Möglicher Tippfehler: 'nehme ... war 
(wahr)'">
       <rule>
-        <pattern mark_from="1">
+        <pattern mark_from="2">
+          <token negate="yes">zu</token>
           <token inflected="yes" skip="5">nehmen</token>
           <token>war</token>
         </pattern>
         <message>Meinten Sie <suggestion>wahr</suggestion> wie in 'wahrnehmen' 
statt 'war' (Vergangenheit von 'sein')?</message>
         <example type="correct">So nehme ich das 
<marker>wahr</marker>.</example>
         <example type="correct">So nimmst du das 
<marker>wahr</marker>.</example>
+        <example type="correct">Die erste Hürde, die zu nehmen 
<marker>war</marker>, war einfach.</example>
         <example type="incorrect">So nehme ich das 
<marker>war</marker>.</example>
         <example type="incorrect">So nimmst du das 
<marker>war</marker>.</example>
       </rule>

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