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 TokenizerModelgetModel()Retrieves the shared model instance.
 
- 
- 
- 
Method Detail- 
getModelTokenizerModel getModel() Retrieves the shared model instance.- Returns:
- the shared model instance
 
 
- 
 
-