Uses of Interface
opennlp.tools.util.model.SerializableArtifact
-
Packages that use SerializableArtifact 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. -
-
Uses of SerializableArtifact in opennlp.tools.dictionary
Classes in opennlp.tools.dictionary that implement SerializableArtifact Modifier and Type Class Description class
Dictionary
This class is a dictionary. -
Uses of SerializableArtifact in opennlp.tools.parser.lang.en
Classes in opennlp.tools.parser.lang.en that implement SerializableArtifact Modifier and Type Class Description class
HeadRules
Class for storing the English head rules associated with parsing. -
Uses of SerializableArtifact in opennlp.tools.parser.lang.es
Classes in opennlp.tools.parser.lang.es that implement SerializableArtifact Modifier and Type Class Description class
AncoraSpanishHeadRules
Class for storing the Ancora Spanish head rules associated with parsing. -
Uses of SerializableArtifact in opennlp.tools.postag
Classes in opennlp.tools.postag that implement SerializableArtifact Modifier and Type Class 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.class
POSModel
-
Uses of SerializableArtifact in opennlp.tools.util.featuregen
Classes in opennlp.tools.util.featuregen that implement SerializableArtifact Modifier and Type Class 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
-