Package edu.northwestern.at.utils.spellcheck

Provides classes and methods for accessing spelling dictionaries and performing spell checking.

See:
          Description

Interface Summary
SpellingChecker SpellingChecker -- interface for spelling checkers.
SpellingDictionary SpellingDictionary -- interface for spelling checker dictionary.
 

Class Summary
FileBasedSpellingDictionary FileBasedSpellingDictionary -- implements spelling checker dictionary loaded from a file.
HashMapSpellingDictionary HashMapSpellingDictionary -- implements hash map based spelling dictionary.
ResourceBasedSpellingDictionary ResourceBasedSpellingDictionary -- implements spelling checker dictionary loaded from a resource.
SimpleMindedSpellingChecker SimpleMindedSpellingChecker -- A very simple minded spelling checker.
TernaryTrieBasedSpellingChecker TernaryTrieBasedSpellingChecker -- A very simple minded spelling checker.
TernaryTrieSpellingDictionary TernaryTrieSpellingDictionary -- implements spelling dictionary using ternary trie.
 

Package edu.northwestern.at.utils.spellcheck Description

Provides classes and methods for accessing spelling dictionaries and performing spell checking.