public class TokenCaseTransformer extends JCasTransformerChangeBased_ImplBase
Modifier and Type | Class and Description |
---|---|
static class |
TokenCaseTransformer.Case |
Modifier and Type | Field and Description |
---|---|
static String |
PARAM_CASE
The case to convert tokens to:
UPPERCASE: uppercase everything.
LOWERCASE: lowercase everything.
NORMALCASE: retain first letter in word and after hyphens, lowercase everything else.
|
PARAM_TYPES_TO_COPY
Constructor and Description |
---|
TokenCaseTransformer() |
Modifier and Type | Method and Description |
---|---|
void |
process(org.apache.uima.jcas.JCas aInput,
org.apache.uima.jcas.JCas aOutput) |
afterProcess, beforeProcess, delete, insert, replace
getTypesToCopy, hasNext, next, process
getLogger, initialize
getCasInstancesRequired, getEmptyJCas, getRequiredCasInterface, process
public static final String PARAM_CASE
public void process(org.apache.uima.jcas.JCas aInput, org.apache.uima.jcas.JCas aOutput) throws org.apache.uima.analysis_engine.AnalysisEngineProcessException
process
in class JCasTransformer_ImplBase
org.apache.uima.analysis_engine.AnalysisEngineProcessException
Copyright © 2007–2018 Ubiquitous Knowledge Processing (UKP) Lab, Technische Universität Darmstadt. All rights reserved.