webLemmaTermTable Methods |
The webLemmaTermTable type exposes the following members.
| Name | Description | |
|---|---|---|
| Add |
Adds the specified term.
| |
| Clear | ||
| ContainsKey | ||
| DeployLemma | ||
| DeployPackage | ||
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetDataTable |
Gets the data table.
| |
| GetEnumerator |
Returns an enumerator that iterates through the collection.
| |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetList |
Gets the list.
| |
| GetMatchingTerms |
Gets lemmas that are common between this and specified tableB | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| Load |
Loads the specified filepath.
| |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ResolveLemmaForTerm |
Indexed approach to lemmas
| |
| ResolveSingleTerm |
Resolves single term - returns weight for lemma of this term
| |
| Save |
Saves the specified filepath.
| |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |
| Name | Description | |
|---|---|---|
| GetDataTableSorted |
Gets the data table sorted.
(Defined by webLemmaTermExtensions.) | |
| GetLemmaDictionary | (Defined by webLemmaTermExtensions.) | |
| GetLemmasInStringSorted |
Gets the lemmas, matching queryTerms, sorted by weight (in the table)
(Defined by webLemmaTermExtensions.) | |
| GetLemmasSorted |
Gets the lemmas, matching queryTerms, sorted by weight (in the table)
(Defined by webLemmaTermExtensions.) | |
| RecomputeTermFrequencies |
Recomputes the term frequencies.
(Defined by webLemmaTermExtensions.) |