Uses of Class
opennlp.tools.util.featuregen.WordClusterDictionary
Packages that use WordClusterDictionary
-
Uses of WordClusterDictionary in opennlp.tools.util.featuregen
Classes in opennlp.tools.util.featuregen that implement interfaces with type arguments of type WordClusterDictionaryModifier and TypeClassDescriptionstatic classMethods in opennlp.tools.util.featuregen that return WordClusterDictionaryModifier and TypeMethodDescriptionWordClusterDictionary.WordClusterDictionarySerializer.create(InputStream in) Methods in opennlp.tools.util.featuregen with parameters of type WordClusterDictionaryModifier and TypeMethodDescriptionvoidWordClusterDictionary.WordClusterDictionarySerializer.serialize(WordClusterDictionary artifact, OutputStream out) Constructors in opennlp.tools.util.featuregen with parameters of type WordClusterDictionaryModifierConstructorDescriptionWordClusterFeatureGenerator(WordClusterDictionary dict, String dictResourceKey, boolean lowerCaseDictionary) Instantiates aWordClusterFeatureGeneratorvia a specifiedWordClusterDictionary.