| Package | Description |
|---|---|
| net.sf.okapi.steps.whitespacecorrection |
| Modifier and Type | Field and Description |
|---|---|
static Set<WhitespaceCorrector.Whitespace> |
WhitespaceCorrector.ALL_WHITESPACE |
static Set<WhitespaceCorrector.Whitespace> |
WhitespaceCorrector.HORIZONTAL_TABS |
static Set<WhitespaceCorrector.Whitespace> |
WhitespaceCorrector.NONBREAKING_SPACES |
static Set<WhitespaceCorrector.Whitespace> |
WhitespaceCorrector.OTHER |
static Set<WhitespaceCorrector.Whitespace> |
WhitespaceCorrector.SPACE |
static Set<WhitespaceCorrector.Whitespace> |
WhitespaceCorrector.VERTICAL_WHITESPACE |
protected Set<WhitespaceCorrector.Whitespace> |
WhitespaceCorrector.whitespace |
| Modifier and Type | Method and Description |
|---|---|
static WhitespaceCorrector.Whitespace |
WhitespaceCorrector.Whitespace.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WhitespaceCorrector.Whitespace[] |
WhitespaceCorrector.Whitespace.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.Whitespace> |
WhitespaceCorrectionStepParameters.getWhitespace() |
| Modifier and Type | Method and Description |
|---|---|
void |
WhitespaceCorrectionStepParameters.setWhiteSpace(Collection<WhitespaceCorrector.Whitespace> whitespace) |
| Constructor and Description |
|---|
WhitespaceCorrector(LocaleId sourceLocale,
LocaleId targetLocale,
Set<WhitespaceCorrector.Punctuation> punctuation,
Set<WhitespaceCorrector.Whitespace> whitespace) |
Copyright © 2021. All rights reserved.