333435363738394041
* * @return the default implementation of the Dictionary interface. */ public static Dictionary getDictionary() { if (dictionary == null) { dictionary = new WordNetBridgeOpennlpDictionary(); } return dictionary; }