ISpellcheckWebService ThesaurusSpellcheck Method Ankiro Enterprise Suite Reference Documentation
Performs a phonetic spellcheck using a specified thesaurus on a specified word. In addition to the words in the thesaurus, the term list specified is also used as a source of potential spelling alternatives.

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<SpellcheckSuggestion> ThesaurusSpellcheck(
	int thesaurusId,
	string word,
	int termListId,
	SpellcheckSettingsData settings
)

Parameters

thesaurusId
Type: System Int32
word
Type: System String
termListId
Type: System Int32
settings
Type: Ankiro.SearchServer.Data.Language SpellcheckSettingsData

Return Value

Type: IEnumerable SpellcheckSuggestion 
See Also