nl.telin.mymedia.uima.annotator
Class HeppleTaggerAnnotator
java.lang.Object
JTextAnnotator_ImplBase
nl.telin.mymedia.uima.annotator.HeppleTaggerAnnotator
public class HeppleTaggerAnnotator
- extends JTextAnnotator_ImplBase
This class is a wrapper for HepTag, Mark Hepple's POS tagger.
Field Summary |
protected hepple.postag.POSTagger |
tagger
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
tagger
protected hepple.postag.POSTagger tagger
HeppleTaggerAnnotator
public HeppleTaggerAnnotator()
initialize
public void initialize(AnnotatorContext context)
throws AnnotatorInitializationException,
AnnotatorConfigurationException
- Throws:
AnnotatorInitializationException
AnnotatorConfigurationException
typeSystemInit
public void typeSystemInit(TypeSystem typeSystem)
throws AnnotatorInitializationException,
AnnotatorConfigurationException
- Throws:
AnnotatorInitializationException
AnnotatorConfigurationException
process
public void process(JCas jCas,
ResultSpecification arg1)
throws AnnotatorProcessException
- Throws:
AnnotatorProcessException
destroy
public void destroy()