Table of Contents

Constructor EntityAnnotation

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

EntityAnnotation(string, string)

Creates a new EntityAnnotation.

public EntityAnnotation(string label, string text)

Parameters

label string

Entity type label (built-in or custom).

text string

Representative text value for the entity.

Exceptions

ArgumentNullException

Thrown when label or text is null.