Click or drag to resize

pipelineSubjectToolsToSubjectTokenTypeT Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

To the type of the subject token.

Namespace:  imbNLP.PartOfSpeech.pipelineForPos.subject
Assembly:  imbNLP.PartOfSpeech (in imbNLP.PartOfSpeech.dll) Version: 0.2.18
Syntax
C#
public static List<T> ToSubjectTokenType<T>(
	this IEnumerable<IPipelineTaskSubject> list,
	bool unique = true
)
where T : class, IPipelineTaskSubject

Parameters

list
Type: System.Collections.GenericIEnumerableIPipelineTaskSubject
The list.
unique (Optional)
Type: SystemBoolean
if set to true [unique].

Type Parameters

T

[Missing <typeparam name="T"/> documentation for "M:imbNLP.PartOfSpeech.pipelineForPos.subject.pipelineSubjectTools.ToSubjectTokenType``1(System.Collections.Generic.IEnumerable{imbNLP.PartOfSpeech.pipeline.machine.IPipelineTaskSubject},System.Boolean)"]

Return Value

Type: ListT

[Missing <returns> documentation for "M:imbNLP.PartOfSpeech.pipelineForPos.subject.pipelineSubjectTools.ToSubjectTokenType``1(System.Collections.Generic.IEnumerable{imbNLP.PartOfSpeech.pipeline.machine.IPipelineTaskSubject},System.Boolean)"]

Usage Note

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