public class LemmatizerFactory extends 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() |
SequenceValidator<String> |
getSequenceValidator() |
void |
validateArtifactMap()
Validates the parsed artifacts.
|
create, create, createArtifactMap, createArtifactSerializersMap, createManifestEntries
public LemmatizerFactory()
LemmatizerFactory
that provides the default implementation
of the resources.public static LemmatizerFactory create(String subclassName) throws InvalidFormatException
InvalidFormatException
public void validateArtifactMap() throws InvalidFormatException
BaseToolFactory
InvalidFormatException
.
Note:
Subclasses should generally invoke super.validateArtifactMap at the beginning
of this method.validateArtifactMap
in class BaseToolFactory
InvalidFormatException
public SequenceValidator<String> getSequenceValidator()
public LemmatizerContextGenerator getContextGenerator()
Copyright © 2020 The Apache Software Foundation. All rights reserved.