Class WhitespaceTokenizer

java.lang.Object
org.apache.uima.analysis_component.AnalysisComponent_ImplBase
org.apache.uima.analysis_component.Annotator_ImplBase
org.apache.uima.analysis_component.CasAnnotator_ImplBase
opennlp.uima.tokenize.AbstractTokenizer
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 Link icon

    Constructors
    Constructor
    Description
    Initializes the current instance.
  • Method Summary Link icon

    Methods inherited from class opennlp.uima.tokenize.AbstractTokenizer Link icon

    initialize, process, typeSystemInit

    Methods inherited from class org.apache.uima.analysis_component.CasAnnotator_ImplBase Link icon

    getRequiredCasInterface, process

    Methods inherited from class org.apache.uima.analysis_component.Annotator_ImplBase Link icon

    getCasInstancesRequired, hasNext, next

    Methods inherited from class org.apache.uima.analysis_component.AnalysisComponent_ImplBase Link icon

    batchProcessComplete, collectionProcessComplete, destroy, reconfigure, setResultSpecification

    Methods inherited from class java.lang.Object Link icon

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details Link icon