Uses of Interface
eu.clarin.weblicht.wlfxb.tc.api.OrthCorrection
-
Packages that use OrthCorrection Package Description eu.clarin.weblicht.wlfxb.tc.api eu.clarin.weblicht.wlfxb.tc.xb Provides classes for manipulating TextCorpus annotations of TCF. -
-
Uses of OrthCorrection in eu.clarin.weblicht.wlfxb.tc.api
Methods in eu.clarin.weblicht.wlfxb.tc.api that return OrthCorrection Modifier and Type Method Description OrthCorrectionOrthographyLayer. addCorrection(String correctionString, Token correctedToken, CorrectionOperation operation)OrthCorrectionOrthographyLayer. addCorrection(String correctionString, List<Token> correctedTokens, CorrectionOperation operation)OrthCorrectionOrthographyLayer. getCorrection(int index)OrthCorrectionOrthographyLayer. getCorrection(Token token)Methods in eu.clarin.weblicht.wlfxb.tc.api with parameters of type OrthCorrection Modifier and Type Method Description Token[]OrthographyLayer. getTokens(OrthCorrection correction) -
Uses of OrthCorrection in eu.clarin.weblicht.wlfxb.tc.xb
Classes in eu.clarin.weblicht.wlfxb.tc.xb that implement OrthCorrection Modifier and Type Class Description classOrthCorrectionStoredFields in eu.clarin.weblicht.wlfxb.tc.xb with type parameters of type OrthCorrection Modifier and Type Field Description protected Map<Token,OrthCorrection>TextCorpusLayersConnector. token2ItsCorrectionMethods in eu.clarin.weblicht.wlfxb.tc.xb that return OrthCorrection Modifier and Type Method Description OrthCorrectionOrthographyLayerStored. addCorrection(String correctionString, Token correctedToken, CorrectionOperation operation)OrthCorrectionOrthographyLayerStored. addCorrection(String correctionString, List<Token> correctedTokens, CorrectionOperation operation)OrthCorrectionOrthographyLayerStored. getCorrection(int index)OrthCorrectionOrthographyLayerStored. getCorrection(Token token)Methods in eu.clarin.weblicht.wlfxb.tc.xb with parameters of type OrthCorrection Modifier and Type Method Description Token[]OrthographyLayerStored. getTokens(OrthCorrection correction)
-