Click or drag to resize

pipelineSubjectToolsToSubjectToken Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

To the subject token.

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

Parameters

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

Return Value

Type: ListpipelineTaskSubjectContentToken

[Missing <returns> documentation for "M:imbNLP.PartOfSpeech.pipelineForPos.subject.pipelineSubjectTools.ToSubjectToken(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