ISpellcheckWebService LanguageSpellcheck Method Ankiro Enterprise Suite Reference Documentation
Performs a phonetic spellcheck using a specified language on a specified word. In addition to the words in the language dictionary, 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> LanguageSpellcheck(
	string language,
	string word,
	int termListId,
	SpellcheckSettingsData settings
)

Parameters

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

Return Value

Type: IEnumerable SpellcheckSuggestion 
See Also