Package opennlp.tools.chunker
Class ChunkerFactory
java.lang.Object
opennlp.tools.util.BaseToolFactory
opennlp.tools.chunker.ChunkerFactory
-
Constructor Summary
ConstructorsConstructorDescriptionCreates aChunkerFactory
that provides the default implementation of the resources. -
Method Summary
Methods inherited from class opennlp.tools.util.BaseToolFactory
create, create, createArtifactMap, createArtifactSerializersMap, createManifestEntries
-
Constructor Details
-
ChunkerFactory
public ChunkerFactory()Creates aChunkerFactory
that provides the default implementation of the resources.
-
-
Method Details
-
create
- Throws:
InvalidFormatException
-
validateArtifactMap
Description copied from class:BaseToolFactory
Validates the parsed artifacts. If something is not valid subclasses should throw anInvalidFormatException
. Note: Subclasses should generally invoke super.validateArtifactMap at the beginning of this method.- Specified by:
validateArtifactMap
in classBaseToolFactory
- Throws:
InvalidFormatException
-
getSequenceValidator
-
getContextGenerator
-