eu.clarin.weblicht.wlfxb.tc.api
Interface OrthographyLayer
- All Superinterfaces:
- TextCorpusLayer
- All Known Implementing Classes:
- OrthographyLayerStored
public interface OrthographyLayer
- extends TextCorpusLayer
The OrthographyLayer layer annotates tokens with their correct
orthographic transcription. For each correction a correction operation is
specified.
- Author:
- Yana Panchenko
getCorrection
OrthCorrection getCorrection(int index)
getCorrection
OrthCorrection getCorrection(Token token)
getTokens
Token[] getTokens(OrthCorrection correction)
addCorrection
OrthCorrection addCorrection(String correctionString,
Token correctedToken,
CorrectionOperation operation)
addCorrection
OrthCorrection addCorrection(String correctionString,
List<Token> correctedTokens,
CorrectionOperation operation)
Copyright © 2013 Department of Linguistics, Tübingen University. All Rights Reserved.