Click or drag to resize

IWeightTableOperationsGetMatches Method (IEnumerableString)

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Returns the matching term entries

Namespace:  imbSCI.DataComplex
Assembly:  imbSCI.DataComplex (in imbSCI.DataComplex.dll) Version: 0.3.70.
Syntax
C#
List<IWeightTableTerm> GetMatches(
	IEnumerable<string> queryTerms
)
Request Example View Source

Parameters

queryTerms
Type: System.Collections.GenericIEnumerableString
The query terms.

Return Value

Type: ListIWeightTableTerm
See Also