lemmaSemanticCloud Class |
Namespace: imbNLP.PartOfSpeech.TFModels.semanticCloud
public class lemmaSemanticCloud : freeGraph, ILemmaCollection
The lemmaSemanticCloud type exposes the following members.
Name | Description | |
---|---|---|
lemmaSemanticCloud |
Initializes a new instance of the lemmaSemanticCloud class.
|
Name | Description | |
---|---|---|
className |
Name of assigned documentSetClass
| |
Count | ||
description | (Inherited from freeGraph.) | |
DisableCheck | (Inherited from freeGraph.) | |
filepath |
Gets or sets the filepath.
| |
Id | (Inherited from freeGraph.) | |
IsReady | (Inherited from freeGraph.) | |
Item |
Gets the webLemmaTerm with the specified key.
| |
linkRegistry | (Inherited from freeGraph.) | |
links | (Inherited from freeGraph.) | |
LinkWeightsInversed | (Inherited from freeGraph.) | |
name | (Inherited from freeGraph.) | |
nodeDictionary | (Inherited from freeGraph.) | |
nodes | (Inherited from freeGraph.) | |
primaryChunks | ||
primaryNodes | ||
secondaryChunks | ||
secondaryNodes | ||
weaverReport |
Name | Description | |
---|---|---|
Add |
Adds lemma and sets its weight to the newly created node
| |
AddCloud | (Inherited from freeGraph.) | |
AddLink | (Inherited from freeGraph.) | |
AddLinkOrSum | (Inherited from freeGraph.) | |
AddNewNode | (Inherited from freeGraph.) | |
AddNode | (Inherited from freeGraph.) | |
AddNodeOrSum(freeGraphNodeBase) | (Inherited from freeGraph.) | |
AddNodeOrSum(String, Double, Int32) | (Inherited from freeGraph.) | |
Any | (Inherited from freeGraph.) | |
Check | (Inherited from freeGraph.) | |
Clear | (Inherited from freeGraph.) | |
Clone |
Clones this instance.
| |
CloneIntoType``1 | (Inherited from freeGraph.) | |
ContainsKey | ||
ContainsLink | (Inherited from freeGraph.) | |
ContainsNode | (Inherited from freeGraph.) | |
CountLinks | (Inherited from freeGraph.) | |
CountLinks(String, Boolean, Boolean) | (Inherited from freeGraph.) | |
CountNodes | (Inherited from freeGraph.) | |
DetectIfLinkWeightsAreInversed | (Inherited from freeGraph.) | |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
ExpandTerms |
Expands the terms.
| |
ExpandTermsToCloud(IEnumerableString, Int32, Boolean, lemmaExpansionOptions) |
Returns expanded cloud from given lemma list - only for matched lemmas
| |
ExpandTermsToCloud(IEnumerablewebLemmaTerm, Int32, Boolean, lemmaExpansionOptions) |
Creates a semantic cloud subset by expanding received lemmas by specified expansionSteps and lemmaExpansionOptions
| |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetDGMLConverter |
Gets the DGML converter - with categories defined
| |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetLink | (Inherited from freeGraph.) | |
GetLinkedNodes(String, Boolean, freeGraphQueryResult) | (Inherited from freeGraph.) | |
GetLinkedNodes(IEnumerableString, Int32, Boolean, Boolean, Boolean) | (Inherited from freeGraph.) | |
GetLinkInstance | (Inherited from freeGraph.) | |
GetLinkPerNodeRatio |
Returns ratio: number of links divided by number of nodes
| |
GetLinks | (Inherited from freeGraph.) | |
GetLinksBase | (Inherited from freeGraph.) | |
GetList | ||
GetMatchingTerms(ILemmaCollection, Boolean, ILogBuilder) | ||
GetMatchingTerms(IEnumerablewebLemmaTerm, Boolean, ILogBuilder) |
Gets the matching terms against list of nodes.
| |
GetNode | (Inherited from freeGraph.) | |
GetNodes | (Inherited from freeGraph.) | |
GetOverlap | (Inherited from freeGraph.) | |
GetSimpleGraph |
Generates simple-styled graph
| |
GetSSRM |
Gets the SSRM - computes the SSRM Similarity
| |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
GetWebLemma(freeGraphNodeBase) |
Converts the graph node into webLemmaTerm instance
| |
GetWebLemma(webLemmaTerm, freeGraphNodeBase, lemmaExpansionOptions) |
Gets the web lemma.
| |
GetWebLemmaDictionary |
Gets the web lemma dictionary.
| |
InverseWeights | (Inherited from freeGraph.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
normalizeLinkWeights | (Inherited from freeGraph.) | |
normalizeNodeWeights | (Inherited from freeGraph.) | |
OnAfterLoad | (Inherited from freeGraph.) | |
OnBeforeSave |
Does nothing (by default implementation) -- should be called before saving to xml
(Overrides freeGraph.OnBeforeSave(folderNode).) | |
RebuildIndex |
Rebuilds the index.
(Overrides freeGraph.RebuildIndex.) | |
Remove | (Inherited from freeGraph.) | |
ResolveLemmaForTerm |
Resolves the lemma for term.
| |
ResolveSingleTerm |
Use this method instead of ResolveSingleTerm(String, ILogBuilder) | |
Save | ||
SetNotReady | (Inherited from freeGraph.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |