Uses of Class
opennlp.tools.util.featuregen.WordClusterDictionary
Packages that use WordClusterDictionary
Package
Description
This package contains classes for generating sequence features.
-
Uses of WordClusterDictionary in opennlp.tools.util.featuregen
Methods 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 TypeMethodDescriptionvoid
WordClusterDictionary.WordClusterDictionarySerializer.serialize
(WordClusterDictionary artifact, OutputStream out) Constructors in opennlp.tools.util.featuregen with parameters of type WordClusterDictionaryModifierConstructorDescriptionWordClusterFeatureGenerator
(WordClusterDictionary dict, String dictResourceKey, boolean lowerCaseDictionary)