Uses of Class
org.languagetool.bitext.StringPair
-
Packages that use StringPair Package Description org.languagetool.bitext org.languagetool.rules.bitext org.languagetool.rules.patterns.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 StringPair
TabBitextReader.TabReader. next()
StringPair
WordFastTMReader.TabReader. next()
protected @Nullable StringPair
TabBitextReader. tab2StringPair(java.lang.String line)
@Nullable StringPair
WordFastTMReader. tab2StringPair(java.lang.String line)
Methods in org.languagetool.bitext that return types with arguments of type StringPair Modifier and Type Method Description java.util.Iterator<StringPair>
TabBitextReader. iterator()
java.util.Iterator<StringPair>
WordFastTMReader. iterator()
-
Uses of StringPair in org.languagetool.rules.bitext
Fields in org.languagetool.rules.bitext declared as StringPair Modifier and Type Field Description private StringPair
IncorrectBitextExample. example
Fields in org.languagetool.rules.bitext with type parameters of type StringPair Modifier and Type Field Description private java.util.List<StringPair>
BitextRule. correctExamples
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 java.util.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(java.util.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, java.util.List<java.lang.String> corrections)
-
Uses of StringPair in org.languagetool.rules.patterns.bitext
Fields in org.languagetool.rules.patterns.bitext with type parameters of type StringPair Modifier and Type Field Description private java.util.List<StringPair>
BitextPatternRuleHandler. correctExamples
-