org.cleartk.opennlp
Class POSTagger

java.lang.Object
  extended by org.cleartk.opennlp.POSTagger

public class POSTagger
extends Object

An OpenNLP POSTagger that uses the ClearTK type system.
Copyright (c) 2012, Regents of the University of Colorado
All rights reserved.

Author:
Steven Bethard

Constructor Summary
POSTagger()
           
 
Method Summary
static org.apache.uima.analysis_engine.AnalysisEngineDescription getDescription(String languageCode)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

POSTagger

public POSTagger()
Method Detail

getDescription

public static org.apache.uima.analysis_engine.AnalysisEngineDescription getDescription(String languageCode)
                                                                                throws org.apache.uima.resource.ResourceInitializationException
Throws:
org.apache.uima.resource.ResourceInitializationException


Copyright © 2013. All Rights Reserved.