org.cleartk.token
Class TokenComponents

java.lang.Object
  extended by org.cleartk.token.TokenComponents

public class TokenComponents
extends Object


Copyright (c) 2010, Regents of the University of Colorado
All rights reserved.

Author:
Philip Ogren

Field Summary
static org.apache.uima.resource.metadata.TypeSystemDescription TYPE_SYSTEM_DESCRIPTION
          Deprecated. 
 
Constructor Summary
TokenComponents()
           
 
Method Summary
static org.apache.uima.analysis_engine.AnalysisEngineDescription createPennTokenizer()
           
static org.apache.uima.analysis_engine.AnalysisEngineDescription createSubtokenizer()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TYPE_SYSTEM_DESCRIPTION

@Deprecated
public static org.apache.uima.resource.metadata.TypeSystemDescription TYPE_SYSTEM_DESCRIPTION
Deprecated. 
Constructor Detail

TokenComponents

public TokenComponents()
Method Detail

createPennTokenizer

public static org.apache.uima.analysis_engine.AnalysisEngineDescription createPennTokenizer()
                                                                                     throws org.apache.uima.resource.ResourceInitializationException
Throws:
org.apache.uima.resource.ResourceInitializationException

createSubtokenizer

public static org.apache.uima.analysis_engine.AnalysisEngineDescription createSubtokenizer()
                                                                                    throws org.apache.uima.resource.ResourceInitializationException
Throws:
org.apache.uima.resource.ResourceInitializationException


Copyright © 2012. All Rights Reserved.