Click or drag to resize

IWeightTableTerm Interface

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Term that is subject of IWeightTable

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

The IWeightTableTerm type exposes the following members.

Properties
  NameDescription
Public propertyAFreqPoints
Frequency points that should be added to the term
Public propertyCount
Public propertyname
Ime koje je dodeljeno objektu
(Inherited from IObjectWithName.)
Public propertynominalForm
Public propertyweight
Gets or sets the weight.
Top
Methods
  NameDescription
Public methodDefine
Defines term name and nominal form
Public methodGetAllForms
Public methodisMatch
Determines whether the specified otherIWeightTableTerm is match with this one (meaning their frequencies are summed)
Public methodSetOtherForms
Sets semantic instances for this term
Top
See Also