Uses of Class
org.languagetool.rules.ExampleSentence
-
Packages that use ExampleSentence Package Description org.languagetool.rules -
-
Uses of ExampleSentence in org.languagetool.rules
Subclasses of ExampleSentence in org.languagetool.rules Modifier and Type Class Description class
CorrectExample
A text, typically a sentence, that doesn't contain an error, at least not one for a specific rule.class
ErrorTriggeringExample
A text, typically a sentence, that doesn't contain an error, but still leads to an error.class
IncorrectExample
A text, typically a sentence, that contains an error.
-