Revision: 6541
          
http://languagetool.svn.sourceforge.net/languagetool/?rev=6541&view=rev
Author:   dnaber
Date:     2012-02-21 20:51:59 +0000 (Tue, 21 Feb 2012)
Log Message:
-----------
[de] avoid some false alarms

Modified Paths:
--------------
    trunk/JLanguageTool/src/java/org/languagetool/rules/de/CaseRule.java
    trunk/JLanguageTool/src/resource/de/added.txt

Modified: trunk/JLanguageTool/src/java/org/languagetool/rules/de/CaseRule.java
===================================================================
--- trunk/JLanguageTool/src/java/org/languagetool/rules/de/CaseRule.java        
2012-02-21 20:08:47 UTC (rev 6540)
+++ trunk/JLanguageTool/src/java/org/languagetool/rules/de/CaseRule.java        
2012-02-21 20:51:59 UTC (rev 6541)
@@ -79,6 +79,8 @@
   
   private static final Set<String> exceptions = new HashSet<String>();
   static {
+    exceptions.add("Hochdeutsch");
+    exceptions.add("Pest");
     exceptions.add("Schwinge");
     exceptions.add("Verlies");
     exceptions.add("Nachfolge");

Modified: trunk/JLanguageTool/src/resource/de/added.txt
===================================================================
--- trunk/JLanguageTool/src/resource/de/added.txt       2012-02-21 20:08:47 UTC 
(rev 6540)
+++ trunk/JLanguageTool/src/resource/de/added.txt       2012-02-21 20:51:59 UTC 
(rev 6541)
@@ -112,9 +112,15 @@
 Lotsen Lotse   SUB:AKK:SIN:MAS
 Lotsen Lotse   SUB:AKK:PLU:MAS
 Umstieg        Umstieg SUB:NOM:SIN:MAS
-Umstiege       Umstieg SUB:NOM:PLU:MAS
+Umstieg        Umstieg SUB:DAT:SIN:MAS
+Umstiege       Umstieg SUB:DAT:SIN:MAS
+Umstieg        Umstieg SUB:AKK:SIN:MAS
 Umstiegs       Umstieg SUB:GEN:SIN:MAS
 Umstieges      Umstieg SUB:GEN:SIN:MAS
+Umstiege       Umstieg SUB:NOM:PLU:MAS
+Umstiege       Umstieg SUB:AKK:PLU:MAS
+Umstiegen      Umstieg SUB:DAT:PLU:MAS
+Umstiege       Umstieg SUB:GEN:PLU:MAS
 Überlebender   Überlebender    SUB:NOM:SIN:MAS
 Überlebende    Überlebender    SUB:NOM:PLU:MAS
 Überlebenden   Überlebender    SUB:AKK:PLU:MAS

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


------------------------------------------------------------------------------
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
_______________________________________________
Languagetool-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/languagetool-cvs

Reply via email to