ISemanticExpandWebService LanguageExpandSemanticFromId Method Ankiro Enterprise Suite Reference Documentation
Performs a semantic expansion given a language identifier and a word id. The result set is a set of weighted word ids that are semantically related to the input word. Please refer to the developer documentation for more information about the concept of word ids.

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<WeightedWordId> LanguageExpandSemanticFromId(
	string language,
	WordId wordId,
	double weight,
	SemanticExpansionSettingsData settings
)

Parameters

language
Type: System String
wordId
Type: Ankiro.SearchServer.Data.Language WordId
weight
Type: System Double
settings
Type: Ankiro.SearchServer.Data.Language SemanticExpansionSettingsData

Return Value

Type: IEnumerable WeightedWordId 
See Also