Interface SentenceModelResource

All Known Implementing Classes:
SentenceModelResourceImpl

public interface SentenceModelResource
A resource encapsulating an OpenNLP SentenceModel which can be shared between analysis engines and loaded via the UIMA resource model.
  • Method Summary

    Modifier and Type
    Method
    Description
    opennlp.tools.sentdetect.SentenceModel
     
  • Method Details

    • getModel

      opennlp.tools.sentdetect.SentenceModel getModel()