public final class SuggestWord extends Object
Modifier and Type | Field | Description |
---|---|---|
int |
freq |
The freq of the word
|
float |
score |
the score of the word
|
String |
string |
the suggested word
|
Constructor | Description |
---|---|
SuggestWord() |
public float score
public int freq
public String string
Copyright © 2000-2018 Apache Software Foundation. All Rights Reserved.