opennlp.uima.tokenize
Interface TokenizerModelResource

All Known Implementing Classes:
TokenizerModelResourceImpl

public interface TokenizerModelResource

A TokenizerModel which can be shared between AnalysisEngines and loaded via the UIMA resource model.


Method Summary
 opennlp.tools.tokenize.TokenizerModel getModel()
          Retrieves the shared model instance.
 

Method Detail

getModel

opennlp.tools.tokenize.TokenizerModel getModel()
Retrieves the shared model instance.

Returns:
the shared model instance


Copyright © 2013 The Apache Software Foundation. All Rights Reserved.