See: Description
Interface | Description |
---|---|
SpellingChecker |
SpellingChecker -- interface for spelling checkers.
|
SpellingDictionary |
SpellingDictionary -- interface for spelling checker dictionary.
|
Class | Description |
---|---|
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.
|
Provides classes and methods for accessing spelling dictionaries and performing spell checking.