Spelling.SuggestionEnum Enumeration

NetSpell.SpellChecker

NetSpell Documentation - v.2.1.7

Spelling.SuggestionEnum Enumeration

The suggestion strategy to use when generating suggestions

[Visual Basic]Public Enum Spelling.SuggestionEnum
[C#]
public enum Spelling.SuggestionEnum

Members

Member NameDescription
PhoneticNearMiss Combines the phonetic and near miss strategies
Phonetic The phonetic strategy generates suggestions by word sound
NearMiss The near miss strategy generates suggestion by replacing, removing, adding chars to make words

Requirements

Namespace: NetSpell.SpellChecker

Assembly: NetSpell.SpellChecker (in NetSpell.SpellChecker.dll)

See Also

NetSpell.SpellChecker Namespace