Revision: 7687
http://languagetool.svn.sourceforge.net/languagetool/?rev=7687&view=rev
Author: jaumeortola
Date: 2012-07-10 17:03:45 +0000 (Tue, 10 Jul 2012)
Log Message:
-----------
[ca] Unnecessary duplicated (capitalized) words removed from the speller
dictionary.
Modified Paths:
--------------
trunk/JLanguageTool/src/resource/ca/hunspell/ca_ES.dict
trunk/JLanguageTool/src/test/org/languagetool/rules/ca/MorfologikCatalanSpellerRuleTest.java
Modified: trunk/JLanguageTool/src/resource/ca/hunspell/ca_ES.dict
===================================================================
(Binary files differ)
Modified:
trunk/JLanguageTool/src/test/org/languagetool/rules/ca/MorfologikCatalanSpellerRuleTest.java
===================================================================
---
trunk/JLanguageTool/src/test/org/languagetool/rules/ca/MorfologikCatalanSpellerRuleTest.java
2012-07-10 11:16:32 UTC (rev 7686)
+++
trunk/JLanguageTool/src/test/org/languagetool/rules/ca/MorfologikCatalanSpellerRuleTest.java
2012-07-10 17:03:45 UTC (rev 7687)
@@ -61,12 +61,12 @@
//incorrect sentences:
- matches = rule.match(langTool.getAnalyzedSentence("Abatusats"));
+ matches = rule.match(langTool.getAnalyzedSentence("abatusats"));
// check match positions:
assertEquals(1, matches.length);
assertEquals(0, matches[0].getFromPos());
assertEquals(9, matches[0].getToPos());
- assertEquals("Abatussats",
matches[0].getSuggestedReplacements().get(0));
+ assertEquals("abatussats",
matches[0].getSuggestedReplacements().get(0));
//incorrect sentences:
matches = rule.match(langTool.getAnalyzedSentence("Pecra"));
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