Click or drag to resize

weightTableTWeightTableTermGetMatchByString Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Gets the match by string. The specified term must be lowercase, without spaces, interpunction etc. It tries with direct match (LemmaForm), then if fails tries with full search

Namespace:  imbSCI.DataComplex
Assembly:  imbSCI.DataComplex (in imbSCI.DataComplex.dll) Version: 0.3.70.
Syntax
C#
public IWeightTableTerm GetMatchByString(
	string term
)
Request Example View Source

Parameters

term
Type: SystemString
The term.

Return Value

Type: IWeightTableTerm

Implements

IWeightTableGetMatchByString(String)
See Also