Class Word2VecModel

  • All Implemented Interfaces:
    RandomAccessVectorValues<float[]>

    public class Word2VecModel
    extends Object
    implements RandomAccessVectorValues<float[]>
    Word2VecModel is a class representing the parsed Word2Vec model containing the vectors for each word in dictionary
    WARNING: This API is experimental and might change in incompatible ways in the next release.