Package opennlp.uima.tokenize
Interface TokenizerModelResource
-
- All Known Implementing Classes:
TokenizerModelResourceImpl
public interface TokenizerModelResource
ATokenizerModel
which can be shared betweenAnalysisEngine
s and loaded via the UIMA resource model.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description opennlp.tools.tokenize.TokenizerModel
getModel()
Retrieves the shared model instance.
-