Package | Description |
---|---|
opennlp.tools.dictionary |
Package related to parsing and storing dictionaries.
|
opennlp.tools.parser.lang.en | |
opennlp.tools.parser.lang.es | |
opennlp.tools.postag |
Package related to part-of-speech tagging.
|
opennlp.tools.util.featuregen |
This package contains classes for generating sequence features.
|
Modifier and Type | Class and Description |
---|---|
class |
Dictionary
This class is a dictionary.
|
Modifier and Type | Class and Description |
---|---|
class |
HeadRules
Class for storing the English head rules associated with parsing.
|
Modifier and Type | Class and Description |
---|---|
class |
AncoraSpanishHeadRules
Class for storing the Ancora Spanish head rules associated with parsing.
|
Modifier and Type | Class and Description |
---|---|
class |
POSDictionary
Provides a means of determining which tags are valid for a particular word
based on a tag dictionary read from a file.
|
Modifier and Type | Class and Description |
---|---|
class |
BrownCluster
Class to load a Brown cluster document: word\tword_class\tprob
http://metaoptimize.com/projects/wordreprs/
The file containing the clustering lexicon has to be passed as the
value of the dict attribute of each BrownCluster feature generator.
|
class |
WordClusterDictionary |
Copyright © 2017 The Apache Software Foundation. All rights reserved.