Package opennlp.tools.parser
Class ParserChunkerFactory
- java.lang.Object
-
- opennlp.tools.util.BaseToolFactory
-
- opennlp.tools.chunker.ChunkerFactory
-
- opennlp.tools.parser.ParserChunkerFactory
-
public class ParserChunkerFactory extends ChunkerFactory
-
-
Constructor Summary
Constructors Constructor Description ParserChunkerFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ChunkerContextGenerator
getContextGenerator()
SequenceValidator<TokenTag>
getSequenceValidator()
-
Methods inherited from class opennlp.tools.chunker.ChunkerFactory
create, validateArtifactMap
-
Methods inherited from class opennlp.tools.util.BaseToolFactory
create, create, createArtifactMap, createArtifactSerializersMap, createManifestEntries
-
-
-
-
Method Detail
-
getContextGenerator
public ChunkerContextGenerator getContextGenerator()
- Overrides:
getContextGenerator
in classChunkerFactory
-
getSequenceValidator
public SequenceValidator<TokenTag> getSequenceValidator()
- Overrides:
getSequenceValidator
in classChunkerFactory
-
-