org.cleartk.token.tokenizer
Class TokenAnnotator
java.lang.Object
org.apache.uima.analysis_component.AnalysisComponent_ImplBase
org.apache.uima.analysis_component.Annotator_ImplBase
org.apache.uima.analysis_component.JCasAnnotator_ImplBase
org.uimafit.component.JCasAnnotator_ImplBase
org.cleartk.token.tokenizer.TokenAnnotator
- All Implemented Interfaces:
- org.apache.uima.analysis_component.AnalysisComponent
public class TokenAnnotator
- extends org.uimafit.component.JCasAnnotator_ImplBase
Copyright (c) 2007-2008, Regents of the University of Colorado
All rights reserved.
- Author:
- Philip Ogren
| Methods inherited from class org.uimafit.component.JCasAnnotator_ImplBase |
getLogger |
| Methods inherited from class org.apache.uima.analysis_component.JCasAnnotator_ImplBase |
getRequiredCasInterface, process |
| Methods inherited from class org.apache.uima.analysis_component.Annotator_ImplBase |
getCasInstancesRequired, hasNext, next |
| Methods inherited from class org.apache.uima.analysis_component.AnalysisComponent_ImplBase |
batchProcessComplete, collectionProcessComplete, destroy, getContext, getResultSpecification, reconfigure, setResultSpecification |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PARAM_TOKENIZER_NAME
public static final String PARAM_TOKENIZER_NAME
PARAM_TOKEN_TYPE_NAME
public static final String PARAM_TOKEN_TYPE_NAME
PARAM_WINDOW_TYPE_NAME
public static final String PARAM_WINDOW_TYPE_NAME
TokenAnnotator
public TokenAnnotator()
getDescription
public static org.apache.uima.analysis_engine.AnalysisEngineDescription getDescription()
throws org.apache.uima.resource.ResourceInitializationException
- Throws:
org.apache.uima.resource.ResourceInitializationException
initialize
public void initialize(org.apache.uima.UimaContext uimaContext)
throws org.apache.uima.resource.ResourceInitializationException
- Specified by:
initialize in interface org.apache.uima.analysis_component.AnalysisComponent- Overrides:
initialize in class org.uimafit.component.JCasAnnotator_ImplBase
- Throws:
org.apache.uima.resource.ResourceInitializationException
process
public void process(org.apache.uima.jcas.JCas jCas)
throws org.apache.uima.analysis_engine.AnalysisEngineProcessException
- Specified by:
process in class org.apache.uima.analysis_component.JCasAnnotator_ImplBase
- Throws:
org.apache.uima.analysis_engine.AnalysisEngineProcessException
setTokenizerName
public void setTokenizerName(String tokenizerName)
setTokenTypeName
public void setTokenTypeName(String tokenTypeName)
setWindowTypeName
public void setWindowTypeName(String windowTypeName)
Copyright © 2012. All Rights Reserved.