Table of Contents

Method Deconstruct

Namespace
LMKit.TextAnalysis.Training
Assembly
LM-Kit.NET.dll

Deconstruct(out string, out string)

Deconstructs this annotation into its label and text.

public void Deconstruct(out string label, out string text)

Parameters

label string

Outputs the entity label.

text string

Outputs the representative text.