Click or drag to resize

webLemmaTerm Class

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Lemma term - atomic unit of tokenized content
Inheritance Hierarchy
SystemObject
  termLemmaBase
    imbNLP.PartOfSpeech.TFModels.webLemma.tablewebLemmaTerm

Namespace:  imbNLP.PartOfSpeech.TFModels.webLemma.table
Assembly:  imbNLP.PartOfSpeech (in imbNLP.PartOfSpeech.dll) Version: 0.2.30
Syntax
C#
public class webLemmaTerm : termLemmaBase, 
	ISpaceModelEntity

The webLemmaTerm type exposes the following members.

Constructors
  NameDescription
Public methodwebLemmaTerm
Initializes a new instance of the webLemmaTerm class
Top
Properties
  NameDescription
Public propertyAFreqPoints (Inherited from termLemmaBase.)
Public propertyCount (Inherited from termLemmaBase.)
Public propertydocumentFactor
IDF factor for weight
Public propertydocumentFrequency
Public propertydocumentSetFrequency
Ratio
Public propertylemmaForm (Inherited from termLemmaBase.)
Public propertyname (Inherited from termLemmaBase.)
Public propertynominalForm (Inherited from termLemmaBase.)
Public propertyotherForms (Inherited from termLemmaBase.)
Public propertyotherFormsStr (Inherited from termLemmaBase.)
Public propertyrelationList
List of additional relationships
Public propertytermFrequency
Public propertyweight (Inherited from termLemmaBase.)
Top
Methods
  NameDescription
Public methodAddAbsoluteValues
Sums absolute values (abs. frequency, document frequency and document set frequency)
Public methodDefine (Inherited from termLemmaBase.)
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 methodGetAbsoluteClone
Gets a clone with same absolute frequencies, nominalForm, and other forms
Public methodGetAllForms (Inherited from termLemmaBase.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodisMatch (Inherited from termLemmaBase.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodSetOtherForms (Inherited from termLemmaBase.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also