public interface SpellingMapper
A spelling mapper changes a spelling from one form to another. For example, it may map a British to a US spelling.
Modifier and Type | Method and Description |
---|---|
java.lang.String |
mapSpelling(java.lang.String spelling)
Returns mapped spelling for a given spelling.
|