| Package | Description |
|---|---|
| org.languagetool.bitext | |
| org.languagetool.rules.bitext |
| Modifier and Type | Field and Description |
|---|---|
protected StringPair |
TabBitextReader.nextPair |
| Modifier and Type | Method and Description |
|---|---|
protected StringPair |
TabBitextReader.tab2StringPair(String line) |
StringPair |
WordFastTMReader.tab2StringPair(String line) |
| Modifier and Type | Method and Description |
|---|---|
Iterator<StringPair> |
TabBitextReader.iterator() |
Iterator<StringPair> |
WordFastTMReader.iterator() |
| Modifier and Type | Method and Description |
|---|---|
StringPair |
IncorrectBitextExample.getExample()
Return the example that contains the error.
|
| Modifier and Type | Method and Description |
|---|---|
List<StringPair> |
BitextRule.getCorrectBitextExamples()
Get example sentences that are correct and thus will not match this rule.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BitextRule.setCorrectBitextExamples(List<StringPair> correctExamples)
Set the examples that are correct and thus do not trigger the rule.
|
| Constructor and Description |
|---|
IncorrectBitextExample(StringPair example) |
IncorrectBitextExample(StringPair example,
List<String> corrections) |