Click or drag to resize

webLemmaTermTable Class

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Precompiled web lemma term table, ready for saving and application
Inheritance Hierarchy
SystemObject
  imbNLP.PartOfSpeech.TFModels.webLemma.tablewebLemmaTermTable

Namespace:  imbNLP.PartOfSpeech.TFModels.webLemma.table
Assembly:  imbNLP.PartOfSpeech (in imbNLP.PartOfSpeech.dll) Version: 0.2.30
Syntax
C#
public class webLemmaTermTable : ILemmaCollection, 
	IEnumerable<webLemmaTerm>, IEnumerable

The webLemmaTermTable type exposes the following members.

Constructors
  NameDescription
Public methodwebLemmaTermTable(String)
Initializes a new instance of the webLemmaTermTable class.
Public methodwebLemmaTermTable(String, String, ILogBuilder)
Initializes a new instance of the webLemmaTermTable class.
Top
Properties
  NameDescription
Public propertyCount
Public propertydescription
Public propertyfilepath
File path with the package
Public propertyItem
Gets the webLemmaTerm with the specified key.
Public propertymeta
Public propertyname
Public propertyunresolved
Temporary storage of unresolved tokens
Top
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
Fields
  NameDescription
Protected fieldindex
Protected fieldindexInflections
Public fieldStatic memberNumberOfRetry
The number of retries for loading and saving
Public fieldStatic memberRetryDelay
The retry delay
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

Reference

[!:imbSCI.DataComplex.tables.objectTable<imbMiningContext.TFModels.WLF_ISF.webLemmaTerm>]