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 StringPairTabBitextReader. nextPairMethods in org.languagetool.bitext that return StringPair Modifier and Type Method Description StringPairTabBitextReader.TabReader. next()StringPairWordFastTMReader.TabReader. next()protected @Nullable StringPairTabBitextReader. tab2StringPair(java.lang.String line)@Nullable StringPairWordFastTMReader. 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 StringPairIncorrectBitextExample. exampleFields in org.languagetool.rules.bitext with type parameters of type StringPair Modifier and Type Field Description private java.util.List<StringPair>BitextRule. correctExamplesMethods in org.languagetool.rules.bitext that return StringPair Modifier and Type Method Description StringPairIncorrectBitextExample. 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 voidBitextRule. 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
-