Click or drag to resize

weightTableMatchResultEnum Enumeration

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

Namespace:  imbSCI.DataComplex
Assembly:  imbSCI.DataComplex (in imbSCI.DataComplex.dll) Version: 0.3.70.
Syntax
C#
[FlagsAttribute]
public enum weightTableMatchResultEnum
Request Example View Source
Members
  Member nameValueDescription
none0
isMatch1
isHostNameMatch2
isHostInstanceMatch4
isNeedleNameMatch8
isNeedleInstanceMatch16
hostTermName_and_needleTermName3 The host term name and needle term name: Lemma to Lemma match, i.e. match by name
hostTermName_and_needleTermInstance19 The host term name and needle term instance: Lemma to Instance match, i.e. match by semantic cloud
hostTermInstance_and_needleTermName13
hostTermInstance_and_needleTermInstance21
See Also