Jazzy Spellchecker

This spellchecker directly uses the Jazzy spellchecker classes, and as such offers an entirely Java based spellchecking solution. There are just two menu commands, 'Spell check selection' is pretty self explanatory - if there is no text selected the whole document is checked; 'Unload Dictionary' simply unloads the dictionary from memory this may be an issue if the dictionary used is fairly large. If the dictionary is large, it is advised to increase the maximum heap size.

Features

Options

The options that can be accessed through the Jazzy options pane include specifying the location of the dictionary, and allowing the dictionary to load on startup (this will considerably slow startup time if a large dictionary is used, but will speed up the first spellcheck).

User Supplied Dictionaries

If memory based spellchecking is selected, the file location field in the option pane should point to the dictionary file. If memory based checking is selected, the field should point to a folder called 'words' in which the dictionary(ies) is (are) located. A comprehensive English dictionary customizable for UK, US, Canadian (and other combinations) is available from the Jazzy CVS here. Instructions for the dictionaries to include are in the file english.txt. If memory-based checking is being used, the relevant dictionary files should be concatenated into one single file. If disk-based checking is used, this is not necessary (but would allow easy switching between disk and memory based checking). The default dictionary can be extracted from jazzy.jar in the jEdit jars folder using any zip tool, (including jEdits Archive plugin) if the user wishes to add words to the dictionary.