GetWordForms

IWordFormsProvider.GetWordForms method

Gets the word forms for the specified word. The resulting array does not contain the original word.

public string[] GetWordForms(string word)
Parameter Type Description
word String The word to suggest the word forms.

Return Value

The word forms for the specified word or empty array if the IWordFormsProvider does not provide word forms for the specified word.

See Also