edu.northwestern.at.utils.corpuslinguistics.lexicon
Class LexiconFactory

java.lang.Object
  extended by edu.northwestern.at.utils.corpuslinguistics.lexicon.LexiconFactory

public class LexiconFactory
extends java.lang.Object

Lexicon factory.


Constructor Summary
LexiconFactory()
           
 
Method Summary
 Lexicon newLexicon()
          Get a lexicon.
 Lexicon newLexicon(java.lang.String className)
          Get a lexicon of a specified class name.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LexiconFactory

public LexiconFactory()
Method Detail

newLexicon

public Lexicon newLexicon()
Get a lexicon.

Returns:
The lexicon.

newLexicon

public Lexicon newLexicon(java.lang.String className)
Get a lexicon of a specified class name.

Parameters:
className - Class name for the lexicon.
Returns:
The lexicon.