Click or drag to resize

tokenGraphSet Class

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

[Missing <summary> documentation for "T:imbNLP.PartOfSpeech.lexicUnit.tokenGraphs.tokenGraphSet"]

Inheritance Hierarchy
SystemObject
  imbNLP.PartOfSpeech.lexicUnit.tokenGraphstokenGraphSet

Namespace:  imbNLP.PartOfSpeech.lexicUnit.tokenGraphs
Assembly:  imbNLP.PartOfSpeech (in imbNLP.PartOfSpeech.dll) Version: 0.2.18
Syntax
C#
public class tokenGraphSet : IDictionary<string, tokenGraph>, 
	ICollection<KeyValuePair<string, tokenGraph>>, IEnumerable<KeyValuePair<string, tokenGraph>>, 
	IEnumerable

The tokenGraphSet type exposes the following members.

Constructors
  NameDescription
Public methodtokenGraphSet
Initializes a new instance of the tokenGraphSet class
Top
Properties
Methods
Operators
See Also

Reference

[!:System.Collections.Generic.IDictionary<System.String, imbLanguageFramework.extended.tokenGraphs.tokenGraph>]