[]
Gets a list of suggestions for a misspelled word.
IEnumerable<string> GetSuggestions(string word, int maxSuggestions)
| Type | Name | Description |
|---|---|---|
| string | word | Word to suggest alternatives for. |
| int | maxSuggestions | Maximum number of suggestions to provide. |
| Type | Description |
|---|---|
| IEnumerable<string> | A list of suggestions for the |