Uses of Class
org.languagetool.bitext.StringPair
Packages that use StringPair
Package
Description
-
Uses of StringPair in org.languagetool.bitext
Fields in org.languagetool.bitext declared as StringPairMethods in org.languagetool.bitext that return StringPairModifier and TypeMethodDescriptionTabBitextReader.TabReader.next()
WordFastTMReader.TabReader.next()
protected @Nullable StringPair
TabBitextReader.tab2StringPair
(String line) final @Nullable StringPair
WordFastTMReader.tab2StringPair
(String line) Methods in org.languagetool.bitext that return types with arguments of type StringPair -
Uses of StringPair in org.languagetool.rules.bitext
Fields in org.languagetool.rules.bitext declared as StringPairFields in org.languagetool.rules.bitext with type parameters of type StringPairMethods in org.languagetool.rules.bitext that return StringPairModifier and TypeMethodDescriptionIncorrectBitextExample.getExample()
Return the example that contains the error.Methods in org.languagetool.rules.bitext that return types with arguments of type StringPairModifier and TypeMethodDescriptionfinal 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 StringPairModifier and TypeMethodDescriptionfinal 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 StringPairModifierConstructorDescriptionIncorrectBitextExample
(StringPair example) IncorrectBitextExample
(StringPair example, List<String> corrections) -
Uses of StringPair in org.languagetool.rules.patterns.bitext
Fields in org.languagetool.rules.patterns.bitext with type parameters of type StringPairModifier and TypeFieldDescriptionprivate List
<StringPair> BitextPatternRuleHandler.correctExamples