|
Project Wonder 5.0 | |||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ERXGoogleSpell.CorrectionException | |
---|---|
er.extensions.components.javascript |
Uses of ERXGoogleSpell.CorrectionException in er.extensions.components.javascript |
---|
Methods in er.extensions.components.javascript that throw ERXGoogleSpell.CorrectionException | |
---|---|
static java.lang.String |
ERXGoogleSpell.correct(java.lang.String text)
Corrects the spelling of the given text (language = "en", escaping XML). |
static java.lang.String |
ERXGoogleSpell.correct(java.lang.String text,
java.lang.String lang)
Corrects the spelling of the given text (escaping XML). |
static java.lang.String |
ERXGoogleSpell.correct(java.lang.String text,
java.lang.String lang,
java.lang.String hl)
Corrects the spelling of the given text (escaping XML). |
static java.lang.String |
ERXGoogleSpell.correct(java.lang.String text,
java.lang.String lang,
java.lang.String hl,
boolean escapeXml)
Corrects the spelling of the given text. |
static void |
ERXGoogleSpell.main(java.lang.String[] args)
|
static ERXGoogleSpell.Correction[] |
ERXGoogleSpell.suggestions(java.lang.String text)
Returns possible spelling corrections of the given text (language = "en", escaping XML). |
static ERXGoogleSpell.Correction[] |
ERXGoogleSpell.suggestions(java.lang.String text,
java.lang.String lang)
Returns possible spelling corrections of the given text (escaping XML). |
static ERXGoogleSpell.Correction[] |
ERXGoogleSpell.suggestions(java.lang.String text,
java.lang.String lang,
java.lang.String hl)
Returns possible spelling corrections of the given text (escaping XML). |
static ERXGoogleSpell.Correction[] |
ERXGoogleSpell.suggestions(java.lang.String text,
java.lang.String lang,
java.lang.String hl,
boolean escapeXml)
Returns possible spelling corrections of the given text. |
|
Last updated: Tue, Feb 21, 2017 05:45 PM CET | |||||||||||
PREV NEXT | FRAMES NO FRAMES |