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