Uses of Class
org.languagetool.rules.bitext.IncorrectBitextExample
Packages that use IncorrectBitextExample
-
Uses of IncorrectBitextExample in org.languagetool.rules.bitext
Fields in org.languagetool.rules.bitext with type parameters of type IncorrectBitextExampleModifier and TypeFieldDescriptionprivate List<IncorrectBitextExample> BitextRule.incorrectExamplesMethods 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. -
Uses of IncorrectBitextExample in org.languagetool.rules.patterns.bitext
Fields in org.languagetool.rules.patterns.bitext with type parameters of type IncorrectBitextExampleModifier and TypeFieldDescriptionprivate List<IncorrectBitextExample> BitextPatternRuleHandler.incorrectExamples