| Package | Description |
|---|---|
| eu.clarin.weblicht.wlfxb.tc.api | |
| eu.clarin.weblicht.wlfxb.tc.xb |
Provides classes for manipulating TextCorpus annotations of TCF.
|
| Modifier and Type | Method and Description |
|---|---|
CorrectionOperation |
OrthCorrection.getOperation() |
static CorrectionOperation |
CorrectionOperation.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CorrectionOperation[] |
CorrectionOperation.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
OrthCorrection |
OrthographyLayer.addCorrection(String correctionString,
List<Token> correctedTokens,
CorrectionOperation operation) |
OrthCorrection |
OrthographyLayer.addCorrection(String correctionString,
Token correctedToken,
CorrectionOperation operation) |
| Modifier and Type | Field and Description |
|---|---|
protected CorrectionOperation |
OrthCorrectionStored.operation |
| Modifier and Type | Method and Description |
|---|---|
CorrectionOperation |
OrthCorrectionStored.getOperation() |
| Modifier and Type | Method and Description |
|---|---|
OrthCorrection |
OrthographyLayerStored.addCorrection(String correctionString,
List<Token> correctedTokens,
CorrectionOperation operation) |
OrthCorrection |
OrthographyLayerStored.addCorrection(String correctionString,
Token correctedToken,
CorrectionOperation operation) |
Copyright © 2013-2019 Department of Linguistics, Tübingen University. All Rights Reserved.