Interface ChunkerModelResource

All Known Implementing Classes:
ChunkerModelResourceImpl

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

    Modifier and Type
    Method
    Description
    opennlp.tools.chunker.ChunkerModel
     
  • Method Details

    • getModel

      opennlp.tools.chunker.ChunkerModel getModel()