Revision: 8260
          
http://languagetool.svn.sourceforge.net/languagetool/?rev=8260&view=rev
Author:   janschreiber
Date:     2012-10-28 17:07:36 +0000 (Sun, 28 Oct 2012)
Log Message:
-----------
[de] Two new capitalization rules for "Wegen" and "Zeit" as nouns.

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

Modified: 
trunk/JLanguageTool/src/main/resources/org/languagetool/rules/de/grammar.xml
===================================================================
--- 
trunk/JLanguageTool/src/main/resources/org/languagetool/rules/de/grammar.xml    
    2012-10-28 15:30:32 UTC (rev 8259)
+++ 
trunk/JLanguageTool/src/main/resources/org/languagetool/rules/de/grammar.xml    
    2012-10-28 17:07:36 UTC (rev 8260)
@@ -11407,6 +11407,21 @@
                 <example type="incorrect" correction="Zeit">Haben Sie gerade 
<marker>zeit</marker>?</example>
                 <example type="correct">Ich habe viel 
<marker>Zeit</marker>.</example>
             </rule>
+            <rule>
+                <pattern case_sensitive="yes">
+                    <marker>
+                        <token>zeit</token>
+                    </marker>
+                    <token postag="SENT_END"/>
+                </pattern>
+                
<message>&subanfang;<suggestion>Zeit</suggestion>&subende;</message>
+                <short>&prgk;.</short>
+                <example type="incorrect" correction="Zeit">Ich habe viel 
<marker>zeit</marker>.</example>
+                <example type="incorrect" correction="Zeit">Ich habe nicht 
viel <marker>zeit</marker>.</example>
+                <example type="incorrect" correction="Zeit">Haben Sie gerade 
<marker>zeit</marker>?</example>
+                <example type="correct">Ich habe viel 
<marker>Zeit</marker>.</example>
+                <example type="correct">Geburtsort und 
<marker>-zeit</marker>.</example>
+            </rule>
         </rulegroup>
         <rulegroup id="KRAFT_SUBST" name="Groß-/Kleinschreibung: 'keine kraft 
(Kraft) haben' etc.">
             <rule>
@@ -13943,6 +13958,18 @@
                 <example type="correct">Ich habe ihm den <marker>Weg</marker> 
gezeigt.</example>
                 <example type="incorrect" correction="Weg">Ich habe ihm den 
<marker>weg</marker> gezeigt.</example>
             </rule>
+            <rule>
+                <pattern case_sensitive="yes">
+                    <marker>
+                        <token>wegen</token>
+                    </marker>
+                    <token postag="SENT_END"/>
+                </pattern>
+                
<message>&subanfang;<suggestion>Wegen</suggestion>&subende;</message>
+                <short>&prgk;.</short>
+                <example type="incorrect" correction="Wegen">Viel Glück und 
viel Segen auf all deinen <marker>wegen</marker>.</example>
+                <example type="correct">Viel Glück und viel Segen auf all 
deinen <marker>Wegen</marker>.</example>
+            </rule>
         </rulegroup>
         <rulegroup id="AUF_SCHRITT_UND_TRITT" name="Groß-/Kleinschreibung: 
'auf Schritt und Tritt'">
             <rule>

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


------------------------------------------------------------------------------
WINDOWS 8 is here. 
Millions of people.  Your app in 30 days.
Visit The Windows 8 Center at Sourceforge for all your go to resources.
http://windows8center.sourceforge.net/
join-generation-app-and-make-money-coding-fast/
_______________________________________________
Languagetool-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/languagetool-commits

Reply via email to