ISemanticExpandWebService ThesaurusExpandSemanticMultiple Method Ankiro Enterprise Suite Reference Documentation
Performs a semantic expansion given a thesaurus id and a set of weighted word forms. The result is a set of weighted word forms that are semantically related to one of the set of input word forms.

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<WeightedWordForm> ThesaurusExpandSemanticMultiple(
	int thesaurusId,
	IEnumerable<WeightedWordForm> wordForms,
	SemanticExpansionSettingsData settings
)

Parameters

thesaurusId
Type: System Int32
wordForms
Type: System.Collections.Generic IEnumerable WeightedWordForm 
settings
Type: Ankiro.SearchServer.Data.Language SemanticExpansionSettingsData

Return Value

Type: IEnumerable WeightedWordForm 
See Also