Click or drag to resize

webLemmaTermExtensions Class

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Extension methods for webLemmaTermTable
Inheritance Hierarchy
SystemObject
  imbNLP.PartOfSpeech.TFModels.webLemma.tablewebLemmaTermExtensions

Namespace:  imbNLP.PartOfSpeech.TFModels.webLemma.table
Assembly:  imbNLP.PartOfSpeech (in imbNLP.PartOfSpeech.dll) Version: 0.2.30
Syntax
C#
public static class webLemmaTermExtensions

The webLemmaTermExtensions type exposes the following members.

Methods
  NameDescription
Public methodStatic memberGetDataTableSorted
Gets the data table sorted.
Public methodStatic memberGetLemmaDictionary
Public methodStatic memberGetLemmasInStringSorted
Gets the lemmas, matching queryTerms, sorted by weight (in the table)
Public methodStatic memberGetLemmasSorted
Gets the lemmas, matching queryTerms, sorted by weight (in the table)
Public methodStatic memberGetMergedLemmaDictionary
Public methodStatic memberGetMergedLemmaTable
Merges web lemma term tables into single table that should be recomputed afterwards because only absolute values are set for the lemmas
Public methodStatic memberRecomputeTermFrequencies
Recomputes the term frequencies.
Top
See Also