Enum WordBreakSpellChecker.BreakSuggestionSortMethod
Determines the order to list word break suggestions
Namespace: Lucene.Net.Search.Spell
Assembly: Lucene.Net.Suggest.dll
Syntax
public enum WordBreakSpellChecker.BreakSuggestionSortMethod
Fields
Name | Description |
---|---|
NUM_CHANGES_THEN_MAX_FREQUENCY | Sort by Number of word breaks, then by the Maximum of all the component term's frequencies |
NUM_CHANGES_THEN_SUMMED_FREQUENCY | Sort by Number of word breaks, then by the Sum of all the component term's frequencies |