public class LemmatizerFactory
extends opennlp.tools.util.BaseToolFactory
| Constructor and Description |
|---|
LemmatizerFactory()
Creates a
LemmatizerFactory that provides the default implementation
of the resources. |
| Modifier and Type | Method and Description |
|---|---|
static LemmatizerFactory |
create(String subclassName) |
LemmatizerContextGenerator |
getContextGenerator() |
opennlp.tools.util.SequenceValidator<String> |
getSequenceValidator() |
void |
validateArtifactMap() |
public LemmatizerFactory()
LemmatizerFactory that provides the default implementation
of the resources.public static LemmatizerFactory create(String subclassName) throws opennlp.tools.util.InvalidFormatException
opennlp.tools.util.InvalidFormatExceptionpublic void validateArtifactMap()
throws opennlp.tools.util.InvalidFormatException
validateArtifactMap in class opennlp.tools.util.BaseToolFactoryopennlp.tools.util.InvalidFormatExceptionpublic opennlp.tools.util.SequenceValidator<String> getSequenceValidator()
public LemmatizerContextGenerator getContextGenerator()
Copyright © 2016 IXA pipes. All rights reserved.