public class SynonymV3 extends Schema
| Modifier and Type | Field and Description |
|---|---|
int |
cnt
Find the top `cnt` synonyms of the target word.
|
float[] |
cos_sim
The cosine similarities.
|
ModelKeyV3 |
key
A word2vec model key.
|
java.lang.String[] |
synonyms
The synonyms.
|
java.lang.String |
target
The target string to find synonyms.
|
| Constructor and Description |
|---|
SynonymV3() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString()
Return the contents of this object as a JSON String.
|
public ModelKeyV3 key
public java.lang.String target
public int cnt
public java.lang.String[] synonyms
public float[] cos_sim