-
When marking words as correct the AutoSpellCheckHandler unnecessarily overwrites attributes This can have bad consequences. For example if the two middle 'e's in the word 'cheese' are marked bold but the rest of the letters are normal when the word is marked as correct, the entire word will become bold. The method AutoSpellCheckHandler.markAsCorrect(...) could be changed to the following...
2009-10-15 23:16:13 UTC by xadhatter
-
The AutoSpellCheckHandler ignores the configuration of the SpellChecker. For example, if you set the spell check to ignore numbers the AutoSpellCheckHandler still marks numbers as misspelled. I believe in the method markupSpelling the AutoSpellCheckHandler should be calling SpellCheck.checkSpelling(...) instead of SpellCheck.isCorrect(...) (see below).
public class AutoSpellCheckHandler...
2009-10-13 23:21:54 UTC by xadhatter
-
Hello, I have code that uses the english.0 dictionary but I also want to add the eng_comm and other dictionaries to the code. Below I have pasted the code as it exists now. Could someone point out how and where I might add the other dictionaries? TIA
protected void setUp() {
String dictionary = "/dict/english.0";
checker = new SpellChecker();
for (StringTokenizer strtok =...
2009-09-11 16:19:20 UTC by grin1dan
-
Hello All, I was wondering if anyone has found or compiled any information on Jazzy? There doesn't appear to be much out there.
2009-08-25 22:16:51 UTC by grin1dan
-
Hi Zhang, I was hoping that you found some documentation on Jazzy. Could you please send me the links or docs if you have? Thanks, dan.
2009-08-25 22:13:29 UTC by grin1dan