Uses of Class
org.languagetool.rules.bitext.IncorrectBitextExample
-
Packages that use IncorrectBitextExample Package Description org.languagetool.rules.bitext org.languagetool.rules.patterns.bitext -
-
Uses of IncorrectBitextExample in org.languagetool.rules.bitext
Fields in org.languagetool.rules.bitext with type parameters of type IncorrectBitextExample Modifier and Type Field Description private java.util.List<IncorrectBitextExample>
BitextRule. incorrectExamples
Methods in org.languagetool.rules.bitext that return types with arguments of type IncorrectBitextExample Modifier and Type Method Description java.util.List<IncorrectBitextExample>
BitextRule. getIncorrectBitextExamples()
Get example sentences that are incorrect and thus will match this rule.Method parameters in org.languagetool.rules.bitext with type arguments of type IncorrectBitextExample Modifier and Type Method Description void
BitextRule. setIncorrectBitextExamples(java.util.List<IncorrectBitextExample> incorrectExamples)
Set the examples that are incorrect and thus do trigger the rule. -
Uses of IncorrectBitextExample in org.languagetool.rules.patterns.bitext
Fields in org.languagetool.rules.patterns.bitext with type parameters of type IncorrectBitextExample Modifier and Type Field Description private java.util.List<IncorrectBitextExample>
BitextPatternRuleHandler. incorrectExamples
-