public class SynonymV3 extends SchemaV3
| Modifier and Type | Field and Description |
|---|---|
int |
cnt
Find the top `cnt` synonyms of the target word.
|
float[] |
cosSim
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.
|
_excludeFields| Constructor and Description |
|---|
SynonymV3()
Public constructor
|
| 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[] cosSim