Revision: 6176
          
http://languagetool.svn.sourceforge.net/languagetool/?rev=6176&view=rev
Author:   dnaber
Date:     2012-01-06 23:32:39 +0000 (Fri, 06 Jan 2012)
Log Message:
-----------
[de] add some inflected forms, e.g. "Verlages", additionally to "Verlags"

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-06 23:17:39 UTC 
(rev 6175)
+++ trunk/JLanguageTool/src/rules/de/grammar.xml        2012-01-06 23:32:39 UTC 
(rev 6176)
@@ -2395,7 +2395,7 @@
       </rule>
       <rule>
         <pattern>
-          <token regexp="yes">DTV-Verlag(s)?</token>
+          <token regexp="yes">DTV-Verlag(e)?(s)?</token>
         </pattern>
         <message>'DTV' steht für 'Deutscher Taschenbuch-Verlag' – ersetzen 
durch <suggestion>DTV</suggestion>?</message>
         <example type="incorrect">Das Buch ist im <marker>DTV-Verlag</marker> 
erschienen.</example>
@@ -3211,12 +3211,14 @@
       </rule>
       <rule>
         <pattern mark_to="-1" case_sensitive="yes">
-          <token regexp="yes">(erste|zweite)(r|n)?</token>
-          <token regexp="yes">Weltkrieg(s)?</token>
+          <token regexp="yes">(erste|zweite)(r|n|m)?</token>
+          <token regexp="yes">Weltkrieg(e)?(s)?</token>
         </pattern>
         <message>Meinten Sie <suggestion><match case_conversion="startupper" 
no="1"/></suggestion> \2? &namengross;</message>
         <example type="correct">Der <marker>Erste</marker> Weltkrieg.</example>
         <example type="incorrect" correction="Ersten">Die Folgen des 
<marker>ersten</marker> Weltkriegs.</example>
+        <example type="incorrect" correction="Ersten">Die Folgen des 
<marker>ersten</marker> Weltkrieges.</example>
+        <example type="incorrect" correction="Erstem">Frau findet Revolver aus 
<marker>erstem</marker> Weltkrieg.</example>
       </rule>
       <rule>
         <pattern mark_to="-1" case_sensitive="yes">
@@ -7159,7 +7161,7 @@
     <rulegroup id="VON_BIS" name="Zeichensetzung: 'von' mit Bis-Strich">
       <rule>
         <pattern mark_from="1" case_sensitive="yes">
-          <token regexp="yes" 
negate="yes">innerhalb|Verzögerung(en)?|Gewicht(s)?|Dauer|Umfang(s)?|Größe(n)?|Länge(n)?|Durchmesser([ns])?|Radius|Masse|(T|.*t)emperatur|(D|.*d)druck(s)?|Anzahl(en)?|Alters?|Tagesdosis|Dosis|Bereichs?</token>
+          <token regexp="yes" 
negate="yes">innerhalb|Verzögerung(en)?|Gewicht(e)?(s)?|Dauer|Umfang(e)?(s)?|Größe(n)?|Länge(n)?|Durchmesser([ns])?|Radius|Masse|(T|.*t)emperatur|(D|.*d)druck(e)?(s)?|Anzahl(en)?|Alters?|Tagesdosis|Dosis|Bereichs?</token>
           <token regexp="yes">[vV]o[nm]</token>
           <token regexp="yes">([0-9]{1,5})(\-|–)([0-9]{1,5})</token>
         </pattern>

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