EnglishWordFormsProviderGetWordForms Method |
Gets the word forms for the specified word.
The resulting array does not contain the original word.
Namespace: GroupDocs.Search.DictionariesAssembly: GroupDocs.Search (in GroupDocs.Search.dll) Version: 21.8.1
Syntaxpublic string[] GetWordForms(
string word
)
Public Function GetWordForms (
word As String
) As String()
public:
virtual array<String^>^ GetWordForms(
String^ word
) sealed
abstract GetWordForms :
word : string -> string[]
override GetWordForms :
word : string -> string[]
Parameters
- word
- Type: SystemString
The word to suggest the word forms.
Return Value
Type:
String
The word forms for the specified word or empty array
if the
IWordFormsProvider does not provide word forms for the specified word.
Implements
IWordFormsProviderGetWordForms(String)
See Also