Class SuggestWord
SuggestWord, used in suggestSimilar method in SpellChecker class.
Default sort is first by score, then by frequency.
Inheritance
System.Object
SuggestWord
Assembly: Lucene.Net.Suggest.dll
Syntax
public sealed class SuggestWord : object
Constructors
Name | Description |
---|---|
SuggestWord() | Creates a new empty suggestion with null text. |
Properties
Name | Description |
---|---|
Freq | The freq of the word |
Score | the score of the word |
String | the suggested word |