Class WordClusterDictionary

java.lang.Object
opennlp.tools.util.featuregen.WordClusterDictionary
All Implemented Interfaces:
SerializableArtifact

public class WordClusterDictionary extends Object implements SerializableArtifact
  • Constructor Details

    • WordClusterDictionary

      public WordClusterDictionary(InputStream in) throws IOException
      Read word2vec and clark clustering style lexicons.
      Parameters:
      in - the InputStream to read from.
      Throws:
      IOException - Thrown if IO errors occurred during read.
  • Method Details