Interface DoccatModelResource

All Known Implementing Classes:
DoccatModelResourceImpl

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

    Modifier and Type
    Method
    Description
    opennlp.tools.doccat.DoccatModel
     
  • Method Details

    • getModel

      opennlp.tools.doccat.DoccatModel getModel()