| Package | Description |
|---|---|
| net.sf.okapi.steps.whitespacecorrection |
| Modifier and Type | Field and Description |
|---|---|
protected Set<WhitespaceCorrector.Punctuation> |
WhitespaceCorrector.punctuation |
| Modifier and Type | Method and Description |
|---|---|
static WhitespaceCorrector.Punctuation |
WhitespaceCorrector.Punctuation.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WhitespaceCorrector.Punctuation[] |
WhitespaceCorrector.Punctuation.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
EnumSet<WhitespaceCorrector.Punctuation> |
WhitespaceCorrectionStepParameters.getPunctuation() |
| Modifier and Type | Method and Description |
|---|---|
void |
WhitespaceCorrectionStepParameters.setPunctuation(Collection<WhitespaceCorrector.Punctuation> punctuation) |
| Constructor and Description |
|---|
WhitespaceCorrector(LocaleId sourceLocale,
LocaleId targetLocale,
Set<WhitespaceCorrector.Punctuation> punctuation,
Set<WhitespaceCorrector.Whitespace> whitespace) |
Copyright © 2021. All rights reserved.