Revision: 7478
          
http://languagetool.svn.sourceforge.net/languagetool/?rev=7478&view=rev
Author:   dominikoeo
Date:     2012-06-23 21:20:11 +0000 (Sat, 23 Jun 2012)
Log Message:
-----------
[eo] use the new HUNSPELL_NO_SUGGEST_RULE for Esperanto
     because suggestions are unfortunately too slow
     (may consider MORFOLOGIK_RULE_EO later). And
     actually turn Esperanto spell checkin on again
     since without slow down, it's okish even if in
     Esperanto there are many unknown words in the
     dictionary.

Modified Paths:
--------------
    trunk/JLanguageTool/src/java/org/languagetool/language/Esperanto.java

Modified: trunk/JLanguageTool/src/java/org/languagetool/language/Esperanto.java
===================================================================
--- trunk/JLanguageTool/src/java/org/languagetool/language/Esperanto.java       
2012-06-23 21:17:46 UTC (rev 7477)
+++ trunk/JLanguageTool/src/java/org/languagetool/language/Esperanto.java       
2012-06-23 21:20:11 UTC (rev 7478)
@@ -22,7 +22,7 @@
 
 import org.languagetool.Language;
 import org.languagetool.rules.*;
-import org.languagetool.rules.spelling.hunspell.HunspellRule;
+import org.languagetool.rules.spelling.hunspell.HunspellNoSuggestionRule;
 import org.languagetool.tagging.Tagger;
 import org.languagetool.tagging.disambiguation.Disambiguator;
 import 
org.languagetool.tagging.disambiguation.rules.eo.EsperantoRuleDisambiguator;
@@ -103,7 +103,7 @@
             CommaWhitespaceRule.class,
             DoublePunctuationRule.class,
             GenericUnpairedBracketsRule.class,
-            //HunspellRule.class,   // commented out because of its bad 
coverage
+            HunspellNoSuggestionRule.class,
             UppercaseSentenceStartRule.class,
             WordRepeatRule.class,
             WhitespaceRule.class

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