Table of Contents

Class NamedEntityRecognition.ExtractedEntity

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

Represents a single named entity extracted from an content.

public sealed class NamedEntityRecognition.ExtractedEntity
Inheritance
NamedEntityRecognition.ExtractedEntity
Inherited Members

Properties

Confidence

Confidence score (between 0.0 and 1.0) that the extractor assigned to this entity.

EndIndex

Zero-based index of the character immediately after the last character of Value in the original text (i.e. an exclusive end index). -1 if the text can not be extracted.

EntityDefinition

The definition (built-in or custom) that describes the category and label assigned to this extracted entity.

Length

Length of the matched entity substring (i.e. EndIndex - StartIndex).

StartIndex

Zero-based index of the first character of Value in the original text. -1 if the text can not be extracted.

Value

The exact substring from the original text that was recognized as this entity.

Methods

ToString()