edu.northwestern.at.utils.corpuslinguistics.postagger.smoothing.lexical
Class LexicalSmootherFactory

java.lang.Object
  extended by edu.northwestern.at.utils.corpuslinguistics.postagger.smoothing.lexical.LexicalSmootherFactory

public class LexicalSmootherFactory
extends java.lang.Object

LexicalSmoother factory.


Constructor Summary
LexicalSmootherFactory()
           
 
Method Summary
 LexicalSmoother newLexicalSmoother()
          Get a lexical smoother.
 LexicalSmoother newLexicalSmoother(java.lang.String className)
          Get a lexicalSmoother 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

LexicalSmootherFactory

public LexicalSmootherFactory()
Method Detail

newLexicalSmoother

public LexicalSmoother newLexicalSmoother()
Get a lexical smoother.

Returns:
The lexicalSmoother.

newLexicalSmoother

public LexicalSmoother newLexicalSmoother(java.lang.String className)
Get a lexicalSmoother of a specified class name.

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