Package opennlp.uima.tokenize
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
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 -
Methodenübersicht
Von Klasse geerbte Methoden opennlp.uima.tokenize.AbstractTokenizer
initialize, process, typeSystemInitVon Klasse geerbte Methoden org.apache.uima.analysis_component.CasAnnotator_ImplBase
getRequiredCasInterface, processVon Klasse geerbte Methoden org.apache.uima.analysis_component.Annotator_ImplBase
getCasInstancesRequired, hasNext, nextVon Klasse geerbte Methoden org.apache.uima.analysis_component.AnalysisComponent_ImplBase
batchProcessComplete, collectionProcessComplete, destroy, reconfigure, setResultSpecification
-
Konstruktordetails
-
SimpleTokenizer
public SimpleTokenizer()Initializes the current instance.Note: Use
AbstractTokenizer.initialize(UimaContext)to initialize this instance. Not use the constructor.
-