Revision: 7698
          
http://languagetool.svn.sourceforge.net/languagetool/?rev=7698&view=rev
Author:   gulp21-1
Date:     2012-07-13 14:04:12 +0000 (Fri, 13 Jul 2012)
Log Message:
-----------
[de] new case rules: ZWEIFEL_SUBST, WLAN

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-07-13 13:33:27 UTC 
(rev 7697)
+++ trunk/JLanguageTool/src/rules/de/grammar.xml        2012-07-13 14:04:12 UTC 
(rev 7698)
@@ -8955,6 +8955,20 @@
             <example type="correct">Zum <marker>Angriff</marker>!</example>
             <example type="incorrect" correction="Angriff">Zum 
<marker>angriff</marker>!</example>
         </rule>
+        <rule id="ZWEIFEL_SUBST" name="Groß-/Kleinschreibung: 'zweifel 
(Zweifel)'">
+            <pattern case_sensitive="yes">
+                <token regexp="yes">(?iu)beim|im|in|ohne|vom|von</token>
+                <marker>
+                    <token regexp="yes">zweifeln?</token>
+                </marker>
+            </pattern>
+            <message>&subanfang;<suggestion><match no="2"  
case_conversion="startupper"/></suggestion>&subende;</message>
+            <short>&prgk;.</short>
+            <example type="correct">Im <marker>Zweifel</marker> für den 
Angeklagten.</example>
+            <example type="incorrect" correction="Zweifel">Im 
<marker>zweifel</marker> für den Angeklagten.</example>
+            <example type="correct">Er ist von <marker>Zweifeln</marker> 
geplagt.</example>
+            <example type="incorrect" correction="Zweifeln">Er ist von 
<marker>zweifeln</marker> geplagt.</example>
+        </rule>
         <rule id="LUEFTE_SUBST" name="Groß-/Kleinschreibung: 'durch die lüfte 
(Lüfte)'">
             <pattern case_sensitive="yes">
                 <token regexp="yes">[dD]urch|[iI]n</token>
@@ -16893,6 +16907,31 @@
                 <example type="incorrect" correction="C-Dur">Das Stück ist in 
<marker>c-Dur</marker>.</example>
             </rule>
         </rulegroup>
+        <rulegroup id="WLAN" name="Groß-/Kleinschreibung: 'Wlan (WLAN)' etc.">
+            <rule>
+                <pattern case_sensitive="yes">
+                    <token regexp="yes">(?iu)w\-?lan<exception 
regexp="yes">W\-?LAN</exception></token>
+                </pattern>
+                <message>Meinten Sie <suggestion><match no="1" 
regexp_match="(?iu)w(\-)?lan" regexp_replace="W$1LAN"/></suggestion>.</message>
+                <short>&prgk;.</short>
+                <example type="correct">Wir haben kein 
<marker>WLAN</marker>.</example>
+                <example type="correct">Wir haben kein 
<marker>W-LAN</marker>.</example>
+                <example type="incorrect" correction="W-LAN">Wir haben kein 
<marker>W-Lan</marker>.</example>
+                <example type="incorrect" correction="WLAN">Wir haben kein 
<marker>Wlan</marker>.</example>
+            </rule>
+            <rule>
+                <pattern case_sensitive="yes">
+                    <token regexp="yes">(?iu)w\-?lans<exception 
regexp="yes">W\-?LANs</exception></token>
+                </pattern>
+                <message>Meinten Sie <suggestion><match no="1" 
regexp_match="(?iu)w(\-)?lans" 
regexp_replace="W$1LANs"/></suggestion>.</message>
+                <short>&prgk;.</short>
+                <example type="correct">Wir haben kein 
<marker>WLANs</marker>.</example>
+                <example type="correct">Wir haben kein 
<marker>W-LANs</marker>.</example>
+                <example type="incorrect" correction="W-LANs">Wir haben kein 
<marker>W-Lans</marker>.</example>
+                <example type="incorrect" correction="WLANs">Wir haben kein 
<marker>Wlans</marker>.</example>
+                <example type="incorrect" correction="WLANs">Wir haben kein 
<marker>WLANS</marker>.</example>
+            </rule>
+        </rulegroup>
         <rulegroup id="SONDERFAELLE" name="Sonderfälle der 
Groß-/Kleinschreibung: 'I-Punkt (i-Punkt)' usw.">
             <!-- TODO V-Leute, G-Punkt -->
             <rule>

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
[email protected]
https://lists.sourceforge.net/lists/listinfo/languagetool-cvs

Reply via email to