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()
Creates a new empty suggestion with null text.
|
public float score
public int freq
public String string
Copyright © 2000-2015 Apache Software Foundation. All Rights Reserved.