public class DefaultSpellingMapper extends java.lang.Object implements SpellingMapper
The default spelling mapper returns the original spelling unchanged.
| Constructor and Description |
|---|
DefaultSpellingMapper() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
mapSpelling(java.lang.String spelling)
Returns mapped spelling for a given spelling.
|
public java.lang.String mapSpelling(java.lang.String spelling)
mapSpelling in interface SpellingMapperspelling - The spelling.