Klasse SimpleTokenizer

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.SimpleTokenizer
Alle implementierten Schnittstellen:
org.apache.uima.analysis_component.AnalysisComponent

public final class SimpleTokenizer extends AbstractTokenizer
OpenNLP Simple 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
  • Konstruktorübersicht

    Konstruktoren
    Konstruktor
    Beschreibung
    Initializes the current instance.
  • Methodenübersicht

    Von Klasse geerbte Methoden opennlp.uima.tokenize.AbstractTokenizer

    initialize, process, typeSystemInit

    Von Klasse geerbte Methoden org.apache.uima.analysis_component.CasAnnotator_ImplBase

    getRequiredCasInterface, process

    Von Klasse geerbte Methoden org.apache.uima.analysis_component.Annotator_ImplBase

    getCasInstancesRequired, hasNext, next

    Von Klasse geerbte Methoden org.apache.uima.analysis_component.AnalysisComponent_ImplBase

    batchProcessComplete, collectionProcessComplete, destroy, reconfigure, setResultSpecification

    Von Klasse geerbte Methoden java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait