public class SpellChecker
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
boolean |
debug
Whether debugging is enabled.
|
boolean |
printDictionary
Whether to print the dictionary.
|
| Constructor and Description |
|---|
SpellChecker() |
| Modifier and Type | Method and Description |
|---|---|
static void |
main(java.lang.String... args)
This method is called when executing this application from the command
line.
|