Interface | Description |
---|---|
ICheckerEngine |
Defines the interface required for a class to be used as a checker engine.
|
Class | Description |
---|---|
AdvancedTextBoundary |
Extends SimpleTextBoundary to included more advanced parsing.
|
BadWord |
Represents a mis-spelt word in the text.
|
CheckerEngineAdapter |
Abstract base implementation of ICheckerEngine, override chosen members for desired functionality.
|
CultureText |
Contains the text for the checker in different cultures
|
DictionaryCache |
Cache of loaded dictionaries.
|
LanguageType |
Language type identifiers.
|
RapidSpellChecker |
Checks a text string for spelling errors and makes suggested corrections.
|
RapidSpellCheckerBeanInfo |
JavaBean configuration information.
|
State | |
Test |
Used for assertion tests,
|
UserDictionary |
Represents the UserDictionary
|
Exception | Description |
---|---|
NoCurrentBadWordException |
Thrown if nextBadWord() has not been run first and found a mis-spelt word
|
Copyright © 2002-2016 Keyoti Inc. All Rights Reserved.