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