Click or drag to resize

IConcept Interface

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI

[Missing <summary> documentation for "T:imbNLP.Data.semanticLexicon.core.IConcept"]

Namespace:  imbNLP.Data.semanticLexicon.core
Assembly:  imbNLP.Data (in imbNLP.Data.dll) Version: 0.2.30
Syntax
C#
[EntityAttribute]
public interface IConcept : ILexiconItem

The IConcept type exposes the following members.

Properties
  NameDescription
Public propertydescription
Public propertyhyperConcept
Public propertyhypoConcepts
Public propertyId
Get the persistent identifier for this entity
Public propertylemmas
Public propertyname
Name contains the inflected form of a word
Public propertyrelatedFrom
Side - same level - relation between the concepts
Public propertyrelatedTo
Side - same level relation between the concepts
Top
Extension Methods
  NameDescription
Public Extension MethodexpandOnce
Expands the once.
(Defined by lexiconItemTools.)
Public Extension MethodgetItemTypeName (Defined by lexiconItemTools.)
Public Extension MethodIsMatch
Determines whether the specified term is match.
(Defined by lexiconItemTools.)
Top
See Also