opennlp.uima.tokenize
Class WhitespaceTokenizer

java.lang.Object
  extended by org.apache.uima.analysis_component.AnalysisComponent_ImplBase
      extended by org.apache.uima.analysis_component.Annotator_ImplBase
          extended by org.apache.uima.analysis_component.CasAnnotator_ImplBase
              extended by opennlp.uima.tokenize.AbstractTokenizer
                  extended by opennlp.uima.tokenize.WhitespaceTokenizer
All Implemented Interfaces:
org.apache.uima.analysis_component.AnalysisComponent

public final class WhitespaceTokenizer
extends AbstractTokenizer

OpenNLP Whitespace Tokenizer annotator.

Mandatory parameters

Type Name Description
String opennlp.uima.SentenceType The full name of the sentence type
String opennlp.uima.TokenType The full name of the token type


Constructor Summary
WhitespaceTokenizer()
          Initializes the current instance.
 
Method Summary
 
Methods inherited from class opennlp.uima.tokenize.AbstractTokenizer
initialize, process, typeSystemInit
 
Methods inherited from class org.apache.uima.analysis_component.CasAnnotator_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, reconfigure, setResultSpecification
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WhitespaceTokenizer

public WhitespaceTokenizer()
Initializes the current instance. Note: Use AbstractTokenizer.initialize(UimaContext) to initialize this instance. Not use the constructor.



Copyright © 2013 The Apache Software Foundation. All Rights Reserved.