tokenGraph Class |
[This is preliminary documentation and is subject to change.]
[Missing <summary> documentation for "T:imbNLP.PartOfSpeech.lexicUnit.tokenGraphs.tokenGraph"]
Namespace: imbNLP.PartOfSpeech.lexicUnit.tokenGraphs
public class tokenGraph : tokenGraphNode
The tokenGraph type exposes the following members.
| Name | Description | |
|---|---|---|
| tokenGraph |
Initializes a new instance of the root tokenGraphNode class -- assigned to the word_query |
| Name | Description | |
|---|---|---|
| children | (Inherited from tokenGraphNode.) | |
| level | (Inherited from tokenGraphNode.) | |
| name | (Inherited from tokenGraphNode.) | |
| parent | (Inherited from tokenGraphNode.) | |
| path | (Inherited from tokenGraphNode.) | |
| root | (Inherited from tokenGraphNode.) | |
| token | (Inherited from tokenGraphNode.) | |
| type | (Inherited from tokenGraphNode.) |
| Name | Description | |
|---|---|---|
| Add(IEnumerableString, tokenGraphNodeType) | (Inherited from tokenGraphNode.) | |
| Add(String, tokenGraphNodeType) |
Add - generic method
(Inherited from tokenGraphNode.) | |
| AddKeyMatches |
Adds the key matches.
(Inherited from tokenGraphNode.) | |
| AddKeyValueChildren |
Adds children and their children -- where Key is child, and Value is grandchild
(Inherited from tokenGraphNode.) | |
| AddValueMatches | (Inherited from tokenGraphNode.) | |
| Count | (Inherited from tokenGraphNode.) | |
| 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.) | |
| getChildTokens | (Inherited from tokenGraphNode.) | |
| getFirst | (Inherited from tokenGraphNode.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| Remove | (Inherited from tokenGraphNode.) | |
| saveDescription | ||
| savePaths | ||
| ToString | Returns a string that represents the current object. (Inherited from Object.) | |
| ToStringPathList | (Inherited from tokenGraphNode.) | |
| ToStringTreeview | (Inherited from tokenGraphNode.) |