public final class SuggestWord extends Object
| Modifier and Type | Field and Description |
|---|---|
int |
freq
The freq of the word
|
float |
score
the score of the word
|
String |
string
the suggested word
|
| Constructor and Description |
|---|
SuggestWord() |
public float score
public int freq
public String string