Click or drag to resize

pipelineSubjectToolsGetSubjectsOfLevelT Method (IEnumerableT, cnt_level)

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

Gets the subjects of level.

Namespace:  imbNLP.PartOfSpeech.pipelineForPos.subject
Assembly:  imbNLP.PartOfSpeech (in imbNLP.PartOfSpeech.dll) Version: 0.2.18
Syntax
C#
public static List<T> GetSubjectsOfLevel<T>(
	this IEnumerable<T> source,
	cnt_level[] levels
)
where T : IPipelineTaskSubject

Parameters

source
Type: System.Collections.GenericIEnumerableT
The source.
levels
Type: imbNLP.PartOfSpeech.flags.tokencnt_level
The levels.

Type Parameters

T

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

Return Value

Type: ListT

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

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type IEnumerableT. 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