Revision: 7734 http://languagetool.svn.sourceforge.net/languagetool/?rev=7734&view=rev Author: dnaber Date: 2012-07-20 12:35:38 +0000 (Fri, 20 Jul 2012) Log Message: ----------- [de] fixed some false alarms by upgrading to the 2012-07-20 snapshot of jwordsplitter (sf bug #3475553)
Modified Paths: -------------- trunk/JLanguageTool/CHANGES.txt trunk/JLanguageTool/libs/jWordSplitter.jar trunk/JLanguageTool/src/test/org/languagetool/tagging/de/GermanTaggerTest.java Modified: trunk/JLanguageTool/CHANGES.txt =================================================================== --- trunk/JLanguageTool/CHANGES.txt 2012-07-20 11:25:35 UTC (rev 7733) +++ trunk/JLanguageTool/CHANGES.txt 2012-07-20 12:35:38 UTC (rev 7734) @@ -28,6 +28,8 @@ -German: -added simple verb/subject agreement checker + -fixed some false alarms by upgrading to the 2012-07-20 snapshot of jwordsplitter + (sf bug #3475553) -stand-alone GUI: rules can now be disabled and enabled again with a single click Modified: trunk/JLanguageTool/libs/jWordSplitter.jar =================================================================== (Binary files differ) Modified: trunk/JLanguageTool/src/test/org/languagetool/tagging/de/GermanTaggerTest.java =================================================================== --- trunk/JLanguageTool/src/test/org/languagetool/tagging/de/GermanTaggerTest.java 2012-07-20 11:25:35 UTC (rev 7733) +++ trunk/JLanguageTool/src/test/org/languagetool/tagging/de/GermanTaggerTest.java 2012-07-20 12:35:38 UTC (rev 7734) @@ -54,7 +54,10 @@ aToken = tagger.lookup("Groß"); assertNull(aToken); - + + aToken = tagger.lookup("Lieblingsbuchstabe"); + assertEquals("Lieblingsbuchstabe[Lieblingsbuchstabe/SUB:NOM:SIN:MAS]", aToken.toSortedString()); + aToken = tagger.lookup("großer"); assertEquals("großer[groß/ADJ:DAT:SIN:FEM:GRU:SOL, groß/ADJ:GEN:PLU:FEM:GRU:SOL, groß/ADJ:GEN:PLU:MAS:GRU:SOL, " + "groß/ADJ:GEN:PLU:NEU:GRU:SOL, groß/ADJ:GEN:SIN:FEM:GRU:SOL, groß/ADJ:NOM:SIN:MAS:GRU:IND, " + 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