Uses of Class
org.languagetool.bitext.StringPair
-
Packages that use StringPair Package Description org.languagetool.bitext org.languagetool.rules.bitext -
-
Uses of StringPair in org.languagetool.bitext
Fields in org.languagetool.bitext declared as StringPair Modifier and Type Field Description protected StringPair
TabBitextReader. nextPair
Methods in org.languagetool.bitext that return StringPair Modifier and Type Method Description protected @Nullable StringPair
TabBitextReader. tab2StringPair(String line)
@Nullable StringPair
WordFastTMReader. tab2StringPair(String line)
Methods in org.languagetool.bitext that return types with arguments of type StringPair Modifier and Type Method Description Iterator<StringPair>
TabBitextReader. iterator()
Iterator<StringPair>
WordFastTMReader. iterator()
-
Uses of StringPair in org.languagetool.rules.bitext
Methods in org.languagetool.rules.bitext that return StringPair Modifier and Type Method Description StringPair
IncorrectBitextExample. getExample()
Return the example that contains the error.Methods in org.languagetool.rules.bitext that return types with arguments of type StringPair Modifier and Type Method Description List<StringPair>
BitextRule. getCorrectBitextExamples()
Get example sentences that are correct and thus will not match this rule.Method parameters in org.languagetool.rules.bitext with type arguments of type StringPair Modifier and Type Method Description void
BitextRule. setCorrectBitextExamples(List<StringPair> correctExamples)
Set the examples that are correct and thus do not trigger the rule.Constructors in org.languagetool.rules.bitext with parameters of type StringPair Constructor Description IncorrectBitextExample(StringPair example)
IncorrectBitextExample(StringPair example, List<String> corrections)
-