edu.northwestern.at.utils.corpuslinguistics.spellingstandardizer
Class SpellingStandardizerFactory

java.lang.Object
  extended by edu.northwestern.at.utils.corpuslinguistics.spellingstandardizer.SpellingStandardizerFactory

public class SpellingStandardizerFactory
extends java.lang.Object

SpellingStandardizer factory.


Constructor Summary
SpellingStandardizerFactory()
           
 
Method Summary
 SpellingStandardizer newInitialSpellingStandardizer()
          Get an initial spellingStandardizer.
 SpellingStandardizer newSpellingStandardizer()
          Get a spelling standardizer.
 SpellingStandardizer newSpellingStandardizer(java.lang.String className)
          Get a spelling standardizer 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

SpellingStandardizerFactory

public SpellingStandardizerFactory()
Method Detail

newSpellingStandardizer

public SpellingStandardizer newSpellingStandardizer()
Get a spelling standardizer.

Returns:
The spelling standardizer.

newInitialSpellingStandardizer

public SpellingStandardizer newInitialSpellingStandardizer()
Get an initial spellingStandardizer.

Returns:
The spelling standardizer.

newSpellingStandardizer

public SpellingStandardizer newSpellingStandardizer(java.lang.String className)
Get a spelling standardizer of a specified class name.

Parameters:
className - Class name for the spelling standardizer.
Returns:
The spelling standardizer.