Uses of Class
org.apache.lucene.util.TermAndVector
-
Packages that use TermAndVector Package Description org.apache.lucene.analysis.synonym.word2vec Analysis components for Synonyms using Word2Vec model. -
-
Uses of TermAndVector in org.apache.lucene.analysis.synonym.word2vec
Fields in org.apache.lucene.analysis.synonym.word2vec declared as TermAndVector Modifier and Type Field Description private TermAndVector[]
Word2VecModel. termsAndVectors
Methods in org.apache.lucene.analysis.synonym.word2vec that return TermAndVector Modifier and Type Method Description private static TermAndVector
Dl4jModelReader. extractTermAndVector(java.lang.String[] tokens, int vectorDimension, boolean isTermB64Encoded)
Methods in org.apache.lucene.analysis.synonym.word2vec with parameters of type TermAndVector Modifier and Type Method Description void
Word2VecModel. addTermAndVector(TermAndVector modelEntry)
Constructors in org.apache.lucene.analysis.synonym.word2vec with parameters of type TermAndVector Constructor Description Word2VecModel(int dictionarySize, int vectorDimension, TermAndVector[] termsAndVectors, BytesRefHash word2Vec)
-