Click or drag to resize

pipelineSubjectToolsGetSubjectChildrenTokenTypeT, TSource Method

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Gets the type of the subject children token.

Namespace:  imbNLP.PartOfSpeech.pipelineForPos.subject
Assembly:  imbNLP.PartOfSpeech (in imbNLP.PartOfSpeech.dll) Version: 0.2.30
Syntax
C#
public static List<T> GetSubjectChildrenTokenType<T, TSource>(
	this IEnumerable<TSource> list,
	cnt_level[] levels,
	bool unique = true
)
where T : class, IPipelineTaskSubject, IGraphNode
where TSource : class, IGraphNode

Parameters

list
Type: System.Collections.GenericIEnumerableTSource
The list.
levels
Type: imbNLP.PartOfSpeech.flags.tokencnt_level
The levels.
unique (Optional)
Type: SystemBoolean
if set to true [unique].

Type Parameters

T

[Missing <typeparam name="T"/> documentation for "M:imbNLP.PartOfSpeech.pipelineForPos.subject.pipelineSubjectTools.GetSubjectChildrenTokenType``2(System.Collections.Generic.IEnumerable{``1},imbNLP.PartOfSpeech.flags.token.cnt_level[],System.Boolean)"]

TSource
The type of the source.

Return Value

Type: ListT

[Missing <returns> documentation for "M:imbNLP.PartOfSpeech.pipelineForPos.subject.pipelineSubjectTools.GetSubjectChildrenTokenType``2(System.Collections.Generic.IEnumerable{``1},imbNLP.PartOfSpeech.flags.token.cnt_level[],System.Boolean)"]

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type IEnumerableTSource. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also