Package opennlp.uima.tokenize
Class 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
- All Implemented Interfaces:
- 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 | 
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class opennlp.uima.tokenize.AbstractTokenizerinitialize, process, typeSystemInitMethods inherited from class org.apache.uima.analysis_component.CasAnnotator_ImplBasegetRequiredCasInterface, processMethods inherited from class org.apache.uima.analysis_component.Annotator_ImplBasegetCasInstancesRequired, hasNext, nextMethods inherited from class org.apache.uima.analysis_component.AnalysisComponent_ImplBasebatchProcessComplete, collectionProcessComplete, destroy, reconfigure, setResultSpecification
- 
Constructor Details- 
SimpleTokenizerpublic SimpleTokenizer()Initializes the current instance.Note: Use AbstractTokenizer.initialize(UimaContext)to initialize this instance. Not use the constructor.
 
-