Package | Description |
---|---|
org.languagetool.bitext | |
org.languagetool.commandline |
Modifier and Type | Class and Description |
---|---|
class |
TabBitextReader
Reader of simple tab-delimited bilingual files.
|
class |
WordFastTMReader
Reader of WordFast Translation Memory text files.
|
Modifier and Type | Method and Description |
---|---|
static int |
CommandLineTools.checkBitext(BitextReader reader,
JLanguageTool srcLt,
JLanguageTool trgLt,
List<BitextRule> bRules)
Checks the bilingual input (bitext) and displays the output (considering the target
language) in API format or in the simple text format.
|
static void |
CommandLineTools.correctBitext(BitextReader reader,
JLanguageTool sourceLt,
JLanguageTool targetLt,
List<BitextRule> bRules)
Automatically applies suggestions to the bilingual text.
|