public interface WordEmbeddingModel
Modifier and Type | Method and Description |
---|---|
int |
getVecSize()
Dimensionality of the vector space of this Word Embedding model
|
float[] |
transform0(java.lang.String word,
float[] output)
Transforms a given a word into a word vector
|
int getVecSize()
float[] transform0(java.lang.String word, float[] output)
word
- input wordoutput
- pre-allocated word vector embedding