ISpellcheckWebService LanguageSpellcheckSimple Method Ankiro Enterprise Suite Reference Documentation
Performs a phonetic spellcheck using a specified language on a specified word. The result is a set of weighted spellcheck suggestions containing 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> LanguageSpellcheckSimple(
	string language,
	string word
)

Parameters

language
Type: System String
word
Type: System String

Return Value

Type: IEnumerable SpellcheckSuggestion 
See Also