Hunspell Suggest Method
Gets a list of suggestions for the specified (misspelled) word.

Namespace: NHunspell
Assembly: NHunspell (in NHunspell.dll) Version: 1.1.1.0
Syntax
public List<string> Suggest(
	string word
)

Parameters

word
Type: System String
The word.

Return Value

Type: List String 
The list of suggestions
See Also