Click or drag to resize

ILemmaCollection Interface

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

[This is preliminary documentation and is subject to change.]

Interface for webLemma collections like lemmaSemanticCloud and webLemmaTermTable

Namespace:  imbNLP.PartOfSpeech.TFModels
Assembly:  imbNLP.PartOfSpeech (in imbNLP.PartOfSpeech.dll) Version: 0.2.18
Syntax
C#
public interface ILemmaCollection

The ILemmaCollection type exposes the following members.

Properties
  NameDescription
Public propertyCount
Gets the count.
Public propertydescription
Gets or sets the description.
Public propertyfilepath
Gets or sets the filepath.
Public propertyItem
Gets the webLemmaTerm with the specified key.
Public propertyname
Gets or sets the name.
Top
Methods
  NameDescription
Public methodAdd
Adds the specified term.
Public methodClear
Clears this instance.
Public methodContainsKey
Determines whether the specified key contains key.
Public methodGetList
Gets the list.
Public methodGetMatchingTerms
Gets the matching terms.
Public methodResolveLemmaForTerm
Resolves the lemma for term.
Public methodResolveSingleTerm
Returns weight of the term, use this where possible instead of ResolveLemmaForTerm(String, ILogBuilder)
Public methodSave
Saves the specified filepath.
Top
See Also