public class PosTagger extends PosTagger_ImplBase<org.cleartk.token.type.Token>
This class provides a UIMA/ClearTK wrapper for the ClearNLP part of speech (POS) tagger. This engine requires tokenize input and produces POS tags on the tokens. This tagger is available here:
http://clearnlp.googlecode.com
DEFAULT_MODEL_FILE_NAME, PARAM_LANGUAGE_CODE, PARAM_MODEL_URI, PARAM_WINDOW_CLASS| Constructor and Description |
|---|
PosTagger() |
| Modifier and Type | Method and Description |
|---|---|
static org.apache.uima.analysis_engine.AnalysisEngineDescription |
getDescription() |
static org.apache.uima.analysis_engine.AnalysisEngineDescription |
getDescription(String languageCode,
URI modelUri) |
initialize, processgetRequiredCasInterface, processgetCasInstancesRequired, hasNext, nextCopyright © 2013. All Rights Reserved.