|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use CorrectionOperation | |
|---|---|
| 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 | |
|---|---|
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. |
| Methods in eu.clarin.weblicht.wlfxb.tc.api with parameters of type CorrectionOperation | |
|---|---|
OrthCorrection |
OrthographyLayer.addCorrection(String correctionString,
List<Token> correctedTokens,
CorrectionOperation operation)
|
OrthCorrection |
OrthographyLayer.addCorrection(String correctionString,
Token correctedToken,
CorrectionOperation operation)
|
| Uses of CorrectionOperation in eu.clarin.weblicht.wlfxb.tc.xb |
|---|
| Fields in eu.clarin.weblicht.wlfxb.tc.xb declared as CorrectionOperation | |
|---|---|
protected CorrectionOperation |
OrthCorrectionStored.operation
|
| Methods in eu.clarin.weblicht.wlfxb.tc.xb that return CorrectionOperation | |
|---|---|
CorrectionOperation |
OrthCorrectionStored.getOperation()
|
| Methods in eu.clarin.weblicht.wlfxb.tc.xb with parameters of type CorrectionOperation | |
|---|---|
OrthCorrection |
OrthographyLayerStored.addCorrection(String correctionString,
List<Token> correctedTokens,
CorrectionOperation operation)
|
OrthCorrection |
OrthographyLayerStored.addCorrection(String correctionString,
Token correctedToken,
CorrectionOperation operation)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||