Uses of Class
eu.clarin.weblicht.wlfxb.tc.api.CorrectionOperation
-
Packages that use CorrectionOperation Package Description eu.clarin.weblicht.wlfxb.tc.api eu.clarin.weblicht.wlfxb.tc.xb Provides classes for manipulating TextCorpus annotations of TCF. -
-
Uses of CorrectionOperation in eu.clarin.weblicht.wlfxb.tc.api
Methods in eu.clarin.weblicht.wlfxb.tc.api that return CorrectionOperation Modifier and Type Method Description CorrectionOperationOrthCorrection. getOperation()static CorrectionOperationCorrectionOperation. 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.Methods in eu.clarin.weblicht.wlfxb.tc.api with parameters of type CorrectionOperation Modifier and Type Method Description OrthCorrectionOrthographyLayer. addCorrection(String correctionString, Token correctedToken, CorrectionOperation operation)OrthCorrectionOrthographyLayer. addCorrection(String correctionString, List<Token> correctedTokens, CorrectionOperation operation) -
Uses of CorrectionOperation in eu.clarin.weblicht.wlfxb.tc.xb
Fields in eu.clarin.weblicht.wlfxb.tc.xb declared as CorrectionOperation Modifier and Type Field Description protected CorrectionOperationOrthCorrectionStored. operationMethods in eu.clarin.weblicht.wlfxb.tc.xb that return CorrectionOperation Modifier and Type Method Description CorrectionOperationOrthCorrectionStored. getOperation()Methods in eu.clarin.weblicht.wlfxb.tc.xb with parameters of type CorrectionOperation Modifier and Type Method Description OrthCorrectionOrthographyLayerStored. addCorrection(String correctionString, Token correctedToken, CorrectionOperation operation)OrthCorrectionOrthographyLayerStored. addCorrection(String correctionString, List<Token> correctedTokens, CorrectionOperation operation)
-