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
An iterable and serializable dictionary implementation. -
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 EnglishHeadRules
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 aTagDictionary
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\tprobclass
WordClusterDictionary
-