public final class SuggestWord extends Object
| Modifier and Type | Field and Description | 
|---|---|
| int | freqThe freq of the word | 
| float | scorethe score of the word | 
| String | stringthe 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-2013 Apache Software Foundation. All Rights Reserved.