Package opennlp.uima.dictionary
Class DictionaryResourceImpl
- java.lang.Object
-
- opennlp.uima.util.AbstractModelResource<Dictionary>
-
- opennlp.uima.dictionary.DictionaryResourceImpl
-
- All Implemented Interfaces:
DictionaryResource
,org.apache.uima.resource.SharedResourceObject
public class DictionaryResourceImpl extends AbstractModelResource<Dictionary> implements DictionaryResource
-
-
Constructor Summary
Constructors Constructor Description DictionaryResourceImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Dictionary
getDictionary()
-
Methods inherited from class opennlp.uima.util.AbstractModelResource
load
-
-
-
-
Method Detail
-
getDictionary
public Dictionary getDictionary()
- Specified by:
getDictionary
in interfaceDictionaryResource
-
-