| 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 |
|---|---|
OrthCorrection |
OrthographyLayer.addCorrection(String correctionString,
List<Token> correctedTokens,
CorrectionOperation operation) |
OrthCorrection |
OrthographyLayer.addCorrection(String correctionString,
Token correctedToken,
CorrectionOperation operation) |
OrthCorrection |
OrthographyLayer.getCorrection(int index) |
OrthCorrection |
OrthographyLayer.getCorrection(Token token) |
| Modifier and Type | Method and Description |
|---|---|
Token[] |
OrthographyLayer.getTokens(OrthCorrection correction) |
| Modifier and Type | Class and Description |
|---|---|
class |
OrthCorrectionStored |
| Modifier and Type | Field and Description |
|---|---|
protected Map<Token,OrthCorrection> |
TextCorpusLayersConnector.token2ItsCorrection |
| 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) |
OrthCorrection |
OrthographyLayerStored.getCorrection(int index) |
OrthCorrection |
OrthographyLayerStored.getCorrection(Token token) |
| Modifier and Type | Method and Description |
|---|---|
Token[] |
OrthographyLayerStored.getTokens(OrthCorrection correction) |
Copyright © 2013-2019 Department of Linguistics, Tübingen University. All Rights Reserved.