Click or drag to resize

weightTableCompiledGetIfExists Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Gets the instance if exists

Namespace:  imbSCI.DataComplex
Assembly:  imbSCI.DataComplex (in imbSCI.DataComplex.dll) Version: 0.3.70.
Syntax
C#
public weightTableTermCompiled GetIfExists(
	string termName,
	bool matchForInflections = false
)
Request Example View Source

Parameters

termName
Type: SystemString
Name of the term.
matchForInflections (Optional)
Type: SystemBoolean
if set to true [match for inflections].

Return Value

Type: weightTableTermCompiled
See Also