opennlp.tools.coref.mention
Class DictionaryFactory
java.lang.Object
opennlp.tools.coref.mention.DictionaryFactory
public class DictionaryFactory
- extends Object
Factory class used to get an instance of a dictionary object.
- See Also:
Dictionary
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DictionaryFactory
public DictionaryFactory()
getDictionary
public static Dictionary getDictionary()
- Returns the default implementation of the Dictionary interface.
- Returns:
- the default implementation of the Dictionary interface.
Copyright © 2010. All Rights Reserved.