Click or drag to resize

webLemmaTermTable Methods

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI

The webLemmaTermTable type exposes the following members.

Methods
  NameDescription
Public methodAdd
Adds the specified term.
Public methodClear
Public methodContainsKey
Protected methodDeployLemma
Protected methodDeployPackage
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 methodGetDataTable
Gets the data table.
Public methodGetEnumerator
Returns an enumerator that iterates through the collection.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetList
Gets the list.
Public methodGetMatchingTerms
Gets lemmas that are common between this and specified tableB
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodLoad
Loads the specified filepath.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodResolveLemmaForTerm
Indexed approach to lemmas
Public methodResolveSingleTerm
Resolves single term - returns weight for lemma of this term
Public methodSave
Saves the specified filepath.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Extension Methods
  NameDescription
Public Extension MethodGetDataTableSorted
Gets the data table sorted.
(Defined by webLemmaTermExtensions.)
Public Extension MethodGetLemmaDictionary (Defined by webLemmaTermExtensions.)
Public Extension MethodGetLemmasInStringSorted
Gets the lemmas, matching queryTerms, sorted by weight (in the table)
(Defined by webLemmaTermExtensions.)
Public Extension MethodGetLemmasSorted
Gets the lemmas, matching queryTerms, sorted by weight (in the table)
(Defined by webLemmaTermExtensions.)
Public Extension MethodRecomputeTermFrequencies
Recomputes the term frequencies.
(Defined by webLemmaTermExtensions.)
Top
See Also