Class IncorrectBitextExample
java.lang.Object
org.languagetool.rules.bitext.IncorrectBitextExample
A text, typically a pair of sentences that contains an error.
- Since:
- 1.0.1
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionIncorrectBitextExample(StringPair example) IncorrectBitextExample(StringPair example, List<String> corrections) -
Method Summary
Modifier and TypeMethodDescriptionReturn the possible corrections.Return the example that contains the error.toString()
-
Field Details
-
example
-
corrections
-
-
Constructor Details
-
IncorrectBitextExample
-
IncorrectBitextExample
- Since:
- 2.9
-
-
Method Details
-
getExample
Return the example that contains the error. -
getCorrections
-
toString
-