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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TokenizerModelgetModel()Retrieves the shared model instance.
-
-
-
Method Detail
-
getModel
TokenizerModel getModel()
Retrieves the shared model instance.- Returns:
- the shared model instance
-
-