Al Sutton

Dictionary Classes for Jazzy

Here are some dictionary implementations for the Java dictionary program called Jazzy available from http://sourceforge.net/projects/jazzy/. I've also included a PDF to indicate the speed improvements available.

Please note they live in the com.swabunga.spell.engine package and should be placed accordingly in your source code folders.

Speed comparisons with Jazzys' HashMap implementation

Trie that will ONLY work for English characters

Trie that will ONLY work with a pre-specified character set