Package opennlp.uima.tokenize
Interface TokenizerModelResource
- All Known Implementing Classes:
TokenizerModelResourceImpl
public interface TokenizerModelResource
A
TokenizerModel
which can be shared between AnalysisEngine
s
and loaded via the UIMA resource model.-
Method Summary
-
Method Details
-
getModel
TokenizerModel getModel()Retrieves the shared model instance.- Returns:
- the shared model instance
-