Uses of Class
org.languagetool.rules.bitext.IncorrectBitextExample
-
Packages that use IncorrectBitextExample Package Description org.languagetool.rules.bitext -
-
Uses of IncorrectBitextExample in org.languagetool.rules.bitext
Methods in org.languagetool.rules.bitext that return types with arguments of type IncorrectBitextExample Modifier and Type Method Description 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(List<IncorrectBitextExample> incorrectExamples)
Set the examples that are incorrect and thus do trigger the rule.
-