![]() | webLemmaTermTable Class |
Namespace: imbNLP.PartOfSpeech.TFModels.webLemma.table
public class webLemmaTermTable : ILemmaCollection, IEnumerable<webLemmaTerm>, IEnumerable
The webLemmaTermTable type exposes the following members.
Name | Description | |
---|---|---|
![]() | webLemmaTermTable(String) |
Initializes a new instance of the webLemmaTermTable class.
|
![]() | webLemmaTermTable(String, String, ILogBuilder) |
Initializes a new instance of the webLemmaTermTable class.
|
Name | Description | |
---|---|---|
![]() | Count | |
![]() | description | |
![]() | filepath |
File path with the package
|
![]() | Item |
Gets the webLemmaTerm with the specified key.
|
![]() | meta | |
![]() | name | |
![]() | unresolved |
Temporary storage of unresolved tokens
|
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 | |
---|---|---|
![]() | index | |
![]() | indexInflections | |
![]() ![]() | NumberOfRetry |
The number of retries for loading and saving
|
![]() ![]() | RetryDelay |
The retry delay
|
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.) |