IThesaurusWebService GetVariantsForWord Method Ankiro Enterprise Suite Reference Documentation
Find alternative spellings of a given word.

Namespace: Ankiro.SearchServer.Web.Services
Assembly: Ankiro.SearchServer.Web (in Ankiro.SearchServer.Web.dll) Version: 1.13.770.19253 (1.13.770.19253)
Syntax

IEnumerable<string> GetVariantsForWord(
	int thesaurusId,
	string word
)

Parameters

thesaurusId
Type: System Int32
word
Type: System String

Return Value

Type: IEnumerable String 
See Also