public class Word2VecSynonymsV3 extends SchemaV3
| Modifier and Type | Field and Description |
|---|---|
int |
count
Number of synonyms
|
ModelKeyV3 |
model
Source word2vec Model
|
double[] |
scores
Similarity scores
|
java.lang.String[] |
synonyms
Synonymous words
|
java.lang.String |
word
Target word to find synonyms for
|
| Constructor and Description |
|---|
Word2VecSynonymsV3()
Public constructor
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString()
Return the contents of this object as a JSON String.
|
public ModelKeyV3 model
public java.lang.String word
public int count
public java.lang.String[] synonyms
public double[] scores