edu.northwestern.at.utils.corpuslinguistics.spellingmapper
Class DefaultSpellingMapper

java.lang.Object
  extended by edu.northwestern.at.utils.corpuslinguistics.spellingmapper.DefaultSpellingMapper
All Implemented Interfaces:
SpellingMapper

public class DefaultSpellingMapper
extends java.lang.Object
implements SpellingMapper

DefaultSpellingMapper: Default spelling mapper.

The default spelling mapper returns the original spelling unchanged.


Constructor Summary
DefaultSpellingMapper()
           
 
Method Summary
 java.lang.String mapSpelling(java.lang.String spelling)
          Returns mapped spelling for a given spelling.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultSpellingMapper

public DefaultSpellingMapper()
Method Detail

mapSpelling

public java.lang.String mapSpelling(java.lang.String spelling)
Returns mapped spelling for a given spelling.

Specified by:
mapSpelling in interface SpellingMapper
Parameters:
spelling - The spelling.
Returns:
The mapped spelling.