Package | Description |
---|---|
opennlp.tools.namefind |
Package related to finding proper names and numeric amounts.
|
opennlp.tools.parser |
Package containing common code for performing full syntactic parsing.
|
opennlp.tools.parser.lang.en | |
opennlp.tools.parser.lang.es | |
opennlp.tools.postag |
Package related to part-of-speech tagging.
|
opennlp.tools.util |
Package containing utility data structures and algorithms used by multiple other packages.
|
opennlp.tools.util.featuregen |
This package contains classes for generating sequence features.
|
opennlp.tools.util.model |
Modifier and Type | Method and Description |
---|---|
static Map<String,ArtifactSerializer> |
TokenNameFinderModel.createArtifactSerializers()
Create the artifact serializers.
|
Modifier and Type | Method and Description |
---|---|
protected void |
TokenNameFinderModel.createArtifactSerializers(Map<String,ArtifactSerializer> serializers) |
Modifier and Type | Method and Description |
---|---|
protected void |
ParserModel.createArtifactSerializers(Map<String,ArtifactSerializer> serializers) |
Modifier and Type | Class and Description |
---|---|
static class |
HeadRules.HeadRulesSerializer |
Modifier and Type | Class and Description |
---|---|
static class |
AncoraSpanishHeadRules.HeadRulesSerializer |
Modifier and Type | Method and Description |
---|---|
Map<String,ArtifactSerializer> |
POSTaggerFactory.createArtifactSerializersMap() |
Modifier and Type | Method and Description |
---|---|
protected void |
POSModel.createArtifactSerializers(Map<String,ArtifactSerializer> serializers) |
Modifier and Type | Method and Description |
---|---|
Map<String,ArtifactSerializer> |
BaseToolFactory.createArtifactSerializersMap()
Creates a
Map with pairs of keys and ArtifactSerializer . |
Modifier and Type | Class and Description |
---|---|
static class |
BrownCluster.BrownClusterSerializer |
static class |
WordClusterDictionary.WordClusterDictionarySerializer |
Modifier and Type | Method and Description |
---|---|
static Map<String,ArtifactSerializer<?>> |
GeneratorFactory.extractCustomArtifactSerializerMappings(InputStream xmlDescriptorIn) |
Map<String,ArtifactSerializer<?>> |
ArtifactToSerializerMapper.getArtifactSerializerMapping() |
Modifier and Type | Class and Description |
---|---|
class |
ClassSerializer
Deprecated.
|
class |
FeatureGeneratorFactorySerializer
Deprecated.
|
class |
GenericModelSerializer |
Modifier and Type | Method and Description |
---|---|
protected ArtifactSerializer |
BaseModel.getArtifactSerializer(String resourceName) |
Modifier and Type | Method and Description |
---|---|
protected static Map<String,ArtifactSerializer> |
BaseModel.createArtifactSerializers() |
Modifier and Type | Method and Description |
---|---|
protected void |
BaseModel.createArtifactSerializers(Map<String,ArtifactSerializer> serializers)
Registers all
ArtifactSerializer for their artifact file name extensions. |
static void |
GenericModelSerializer.register(Map<String,ArtifactSerializer> factories) |
Copyright © 2015 The Apache Software Foundation. All rights reserved.