Revision: 7477
          
http://languagetool.svn.sourceforge.net/languagetool/?rev=7477&view=rev
Author:   dominikoeo
Date:     2012-06-23 21:17:46 +0000 (Sat, 23 Jun 2012)
Log Message:
-----------
[fr] use the new HUNSPELL_NO_SUGGEST_RULE for Breton
     because suggestions are unfortunately too slow
     (may consider MORFOLOGIK_RULE_FR later).

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

Modified: trunk/JLanguageTool/src/java/org/languagetool/language/French.java
===================================================================
--- trunk/JLanguageTool/src/java/org/languagetool/language/French.java  
2012-06-23 21:16:31 UTC (rev 7476)
+++ trunk/JLanguageTool/src/java/org/languagetool/language/French.java  
2012-06-23 21:17:46 UTC (rev 7477)
@@ -24,7 +24,7 @@
 import org.languagetool.rules.*;
 import org.languagetool.rules.fr.QuestionWhitespaceRule;
 import org.languagetool.rules.patterns.Unifier;
-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.fr.FrenchHybridDisambiguator;
@@ -119,7 +119,7 @@
             CommaWhitespaceRule.class,
             DoublePunctuationRule.class,
             GenericUnpairedBracketsRule.class,
-            HunspellRule.class,
+            HunspellNoSuggestionRule.class,
             UppercaseSentenceStartRule.class,
             WhitespaceRule.class,
             // specific to French:

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