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
stringEntity type label (built-in or custom).
text
stringRepresentative text value for the entity.
Exceptions
- ArgumentNullException
Thrown when
label
ortext
isnull
.