Package | Description |
---|---|
org.languagetool.commandline | |
org.languagetool.tools |
Modifier and Type | Method and Description |
---|---|
static int |
CommandLineTools.checkText(String contents,
JLanguageTool lt,
boolean isJsonFormat,
int contextSize,
int lineOffset,
int prevMatches,
StringTools.ApiPrintMode apiMode,
boolean listUnknownWords,
JLanguageTool.Level level,
List<String> unknownWords,
boolean verbose)
Check the given text and print results to System.out.
|
Modifier and Type | Method and Description |
---|---|
static StringTools.ApiPrintMode |
StringTools.ApiPrintMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StringTools.ApiPrintMode[] |
StringTools.ApiPrintMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|