Package opennlp.uima.tokenize
Interface TokenizerModelResource
- 
- All Known Implementing Classes:
- TokenizerModelResourceImpl
 
 public interface TokenizerModelResourceATokenizerModelwhich can be shared betweenAnalysisEngines and loaded via the UIMA resource model.
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description opennlp.tools.tokenize.TokenizerModelgetModel()Retrieves the shared model instance.
 
-