Interface POSModelResource

All Known Implementing Classes:
POSModelResourceImpl

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

    Modifier and Type
    Method
    Description
    opennlp.tools.postag.POSModel
     
  • Method Details

    • getModel

      opennlp.tools.postag.POSModel getModel()