Revision: 8583
          
http://languagetool.svn.sourceforge.net/languagetool/?rev=8583&view=rev
Author:   dnaber
Date:     2012-12-18 14:02:15 +0000 (Tue, 18 Dec 2012)
Log Message:
-----------
[de] new rule "vorbei reden" -> "vorbeireden" etc (vorbei + verb); new 
incorrect word

Modified Paths:
--------------
    
trunk/JLanguageTool/src/main/resources/org/languagetool/resource/de/words-incorrect.txt
    trunk/JLanguageTool/src/main/resources/org/languagetool/rules/de/grammar.xml

Modified: 
trunk/JLanguageTool/src/main/resources/org/languagetool/resource/de/words-incorrect.txt
===================================================================
--- 
trunk/JLanguageTool/src/main/resources/org/languagetool/resource/de/words-incorrect.txt
     2012-12-18 13:03:14 UTC (rev 8582)
+++ 
trunk/JLanguageTool/src/main/resources/org/languagetool/resource/de/words-incorrect.txt
     2012-12-18 14:02:15 UTC (rev 8583)
@@ -3431,3 +3431,4 @@
 Warnbarke
 Webblog
 Zucchinis
+Steakholder

Modified: 
trunk/JLanguageTool/src/main/resources/org/languagetool/rules/de/grammar.xml
===================================================================
--- 
trunk/JLanguageTool/src/main/resources/org/languagetool/rules/de/grammar.xml    
    2012-12-18 13:03:14 UTC (rev 8582)
+++ 
trunk/JLanguageTool/src/main/resources/org/languagetool/rules/de/grammar.xml    
    2012-12-18 14:02:15 UTC (rev 8583)
@@ -5243,6 +5243,20 @@
     <!-- Siehe auch ../../resource/de/compounds.txt -->
     <!-- 
====================================================================== -->
     <category name="Zusammen-/Getrenntschreibung">
+        <rule id="VORBEI_VERB" name="Zusammen-/Getrenntschreibung: vorbei 
reden etc. (vorbeireden)">
+            <!-- TODO: An der Yenidze vorbei führt die Bahnstrecke zwischen 
Hauptbahnhof und... -->
+            <pattern>
+                <marker>
+                    <token>vorbei</token>
+                    <token postag_regexp="yes" postag="VER:.*"><exception 
inflected="yes">sein</exception></token>
+                </marker>
+            </pattern>
+            <message>Meinten Sie <suggestion>vorbei\2</suggestion>? Vorbei 
wird mit darauffolgendem Verb zusammengeschrieben.</message>
+            
<url>http://www.korrekturen.de/beliebte_fehler/aneinander_vorbei_reden.shtml</url>
+            <example type="incorrect" correction="vorbeireden">Die werden mal 
wieder aneinander <marker>vorbei reden</marker>.</example>
+            <example type="correct">Die werden mal wieder aneinander 
<marker>vorbeireden</marker>.</example>
+            <example type="correct">Und erst als der Zug <marker>vorbei 
war</marker>, kamen wir am Bahnhof an.</example>
+        </rule>
         <rule id="ZU_MAL" name="Zusammen-/Getrenntschreibung: zu mal (zumal)">
             <pattern>
                 <token negate="yes" regexp="yes">mal|und</token>

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


------------------------------------------------------------------------------
LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial
Remotely access PCs and mobile devices and provide instant support
Improve your efficiency, and focus on delivering more value-add services
Discover what IT Professionals Know. Rescue delivers
http://p.sf.net/sfu/logmein_12329d2d
_______________________________________________
Languagetool-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/languagetool-commits

Reply via email to