public class LemmatizerFactory extends BaseToolFactory
| Constructor and Description | 
|---|
| LemmatizerFactory()Creates a  LemmatizerFactorythat 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, createManifestEntriespublic LemmatizerFactory()
LemmatizerFactory that provides the default implementation
 of the resources.public static LemmatizerFactory create(String subclassName) throws InvalidFormatException
InvalidFormatExceptionpublic void validateArtifactMap()
                         throws InvalidFormatException
BaseToolFactoryInvalidFormatException.
 Note:
 Subclasses should generally invoke super.validateArtifactMap at the beginning
 of this method.validateArtifactMap in class BaseToolFactoryInvalidFormatExceptionpublic SequenceValidator<String> getSequenceValidator()
public LemmatizerContextGenerator getContextGenerator()
Copyright © 2018 The Apache Software Foundation. All rights reserved.