public class IncorrectBitextExample extends Object
Constructor and Description |
---|
IncorrectBitextExample(StringPair example) |
IncorrectBitextExample(StringPair example,
List<String> corrections) |
Modifier and Type | Method and Description |
---|---|
List<String> |
getCorrections()
Return the possible corrections.
|
StringPair |
getExample()
Return the example that contains the error.
|
String |
toString() |
public IncorrectBitextExample(StringPair example)
public IncorrectBitextExample(StringPair example, List<String> corrections)