Package org.languagetool.rules
Class CorrectExample
- java.lang.Object
-
- org.languagetool.rules.ExampleSentence
-
- org.languagetool.rules.CorrectExample
-
public final class CorrectExample extends ExampleSentence
A text, typically a sentence, that doesn't contain an error, at least not one for a specific rule.- Since:
- 3.5
-
-
Field Summary
-
Fields inherited from class org.languagetool.rules.ExampleSentence
example
-
-
Constructor Summary
Constructors Constructor Description CorrectExample(java.lang.String example)
-
Method Summary
-
Methods inherited from class org.languagetool.rules.ExampleSentence
getExample, toString
-
-