public class SpellingMapperFactory
extends java.lang.Object
Constructor and Description |
---|
SpellingMapperFactory() |
Modifier and Type | Method and Description |
---|---|
static SpellingMapper |
newSpellingMapper()
Get a spelling mapper.
|
static SpellingMapper |
newSpellingMapper(java.lang.String className)
Get a spellingMapper of a specified class name.
|
static SpellingMapper |
newSpellingMapper(UTF8Properties properties)
Get a spelling mapper.
|
public static SpellingMapper newSpellingMapper()
public static SpellingMapper newSpellingMapper(UTF8Properties properties)
properties
- MorphAdorner properties.public static SpellingMapper newSpellingMapper(java.lang.String className)
className
- Class name for the spellingMapper.