Interface ParserModelResource

All Known Implementing Classes:
ParserModelResourceImpl

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

    Modifier and Type
    Method
    Description
    opennlp.tools.parser.ParserModel
     
  • Method Details

    • getModel

      opennlp.tools.parser.ParserModel getModel()