Revision: 7284
          
http://languagetool.svn.sourceforge.net/languagetool/?rev=7284&view=rev
Author:   janschreiber
Date:     2012-06-07 16:53:14 +0000 (Thu, 07 Jun 2012)
Log Message:
-----------
[de] extended VORHINEIN rule

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

Modified: trunk/JLanguageTool/src/resource/de/compounds.txt
===================================================================
--- trunk/JLanguageTool/src/resource/de/compounds.txt   2012-06-07 14:44:24 UTC 
(rev 7283)
+++ trunk/JLanguageTool/src/resource/de/compounds.txt   2012-06-07 16:53:14 UTC 
(rev 7284)
@@ -92,6 +92,9 @@
 Fall-outs
 Feed-back
 Feed-backs
+Giro-Konten
+Giro-Konto
+Giro-Kontos
 Half-Back
 Half-Backs
 Hand-out
@@ -111,7 +114,6 @@
 Kaffee-Extrakten
 Kaffee-Extraktes
 Kaffee-Extrakts
-Kopf-stehend
 Lay-out
 Lay-outs
 Mc-Job

Modified: trunk/JLanguageTool/src/rules/de/grammar.xml
===================================================================
--- trunk/JLanguageTool/src/rules/de/grammar.xml        2012-06-07 14:44:24 UTC 
(rev 7283)
+++ trunk/JLanguageTool/src/rules/de/grammar.xml        2012-06-07 16:53:14 UTC 
(rev 7284)
@@ -5929,14 +5929,16 @@
             <rule>
                 <pattern>
                     <token>im</token>
-                    <token>vor</token>
+                    <token regexp="yes">vor|nach</token>
                     <token>hinein</token>
                 </pattern>
-                <message>&getrennt;: &inwend;<suggestion>im 
Vorhinein</suggestion> wird 'Vorhinein' groß und zusammen geschrieben.</message>
+                <message>&getrennt;: &inwend;<suggestion>im <match no="2" 
case_conversion="startupper"/>hinein</suggestion> wird '<match no="2" 
case_conversion="startupper"/>hinein' groß und zusammen geschrieben.</message>
                 <url>http://www.duden.de/rechtschreibung/Vorhinein</url>
                 <short>&getrennt;.</short>
                 <example type="correct">Das habe ich <marker>im 
Vorhinein</marker> geahnt.</example>
+                <example type="correct">Das habe ich erst <marker>im 
Nachhinein</marker> erfahren.</example>
                 <example type="incorrect" correction="im Vorhinein">Das habe 
ich <marker>im vor hinein</marker> geahnt.</example>
+                <example type="incorrect" correction="im Nachhinein">Das habe 
ich erst <marker>im nach hinein</marker> erfahren.</example>
             </rule>
         </rulegroup>
         <rulegroup id="HOERENSAGEN" name="Zusammen-/Getrenntschreibung: 'vom 
Hören sagen (Hörensagen)'">
@@ -19281,4 +19283,4 @@
         -->
     </category>
 
-</rules>
\ No newline at end of file
+</rules>

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


------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Languagetool-cvs mailing list
Languagetool-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/languagetool-cvs

Reply via email to