Interface DictionaryResource

All Known Implementing Classes:
DictionaryResourceImpl

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

    Modifier and Type
    Method
    Description
    opennlp.tools.dictionary.Dictionary
     
  • Method Details

    • getDictionary

      opennlp.tools.dictionary.Dictionary getDictionary()