opennlp.tools.coref.mention
Class DictionaryFactory

java.lang.Object
  extended by opennlp.tools.coref.mention.DictionaryFactory

public class DictionaryFactory
extends Object

Factory class used to get an instance of a dictionary object.

See Also:
Dictionary

Constructor Summary
DictionaryFactory()
           
 
Method Summary
static Dictionary getDictionary()
          Returns the default implementation of the Dictionary interface.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DictionaryFactory

public DictionaryFactory()
Method Detail

getDictionary

public static Dictionary getDictionary()
Returns the default implementation of the Dictionary interface.

Returns:
the default implementation of the Dictionary interface.


Copyright © 2013 The Apache Software Foundation. All Rights Reserved.