class Sonnet.Speller |
|
|
Spell checker object. class used for actuall spell checking |
|
|
|
Adds word to the list of of personal words. Returns true on success |
|
Adds word to the words recognizable in the current session. Returns true on success |
|
Returns names of all supported backends (e.g. ISpell, ASpell) |
|
Returns a localized list of names of supported languages. |
|
Returns a list of supported languages. |
|
Convience method calling isCorrect() and suggest() if the word isn't correct. |
|
|
|
Checks the given word. Returns false if the word is misspelled. true otherwise |
|
Checks the given word. Returns true if the word is misspelled. false otherwise |
|
Returns true is the speller supports currently selected language. |
|
Returns language supported by this speller. |
|
|
|
|
|
|
Sets the language supported by this speller. |
|
Stores user defined good replacement for the bad word. Returns true on success |
|
Fetches suggestions for the word. Returns list of all suggestions for the word |
|
CheckUppercase | - | ||
SkipRunTogether | - |