Click or drag to resize

termCategoryReportEntry Class

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

[This is preliminary documentation and is subject to change.]

Term Category Report Entry
Inheritance Hierarchy
SystemObject
  imbWBI.Core.WebClassifier.reportData.optionalReportstermCategoryReportEntry

Namespace:  imbWBI.Core.WebClassifier.reportData.optionalReports
Assembly:  imbWBI.Core (in imbWBI.Core.dll) Version: 1.0.30
Syntax
C#
public class termCategoryReportEntry

The termCategoryReportEntry type exposes the following members.

Constructors
  NameDescription
Public methodtermCategoryReportEntry
Initializes a new instance of the termCategoryReportEntry class.
Top
Properties
  NameDescription
Public propertyCategory
Category name
Public propertyLemmaForm
Lemma form of the term
Public propertyPOSContext
Public propertyPOSSubType
POS sub-type (if available)
Public propertyPOSType
Word category (pos_type)
Public propertyPrimaryIrrelevant
Column for approval score value, if a primary term was found relevant
Public propertyPrimaryIrrelevantExclusive
Column for approval score value, if a primary term was found relevant
Public propertyPrimaryRelevant
Column for approval score value, if a primary term was found relevant
Public propertyPrimaryRelevantExclusive
Column for approval score value, if a primary term was found relevant
Public propertySecondaryIrrelevant
Column for approval score value, if a primary term was found relevant
Public propertySecondaryIrrelevantExclusive
Column for approval score value, if a primary term was found relevant
Public propertySecondaryRelevant
Column for approval score value, if a primary term was found relevant
Public propertySecondaryRelevantExclusive
Column for approval score value, if a primary term was found relevant
Public propertyTermCategory
Type
Public propertyTranslation
Translation
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodhasEvaluation
Determines whether this instance has evaluation.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodresetScores
Will set all scores to 0
Public methodToString
Returns a string that represents the current object.
(Overrides ObjectToString.)
Top
Fields
  NameDescription
Public fieldStatic memberFORMAT
The format
Top
See Also