Class NamedEntityRecognitionResult

Definition

Namespace:
Tizen.Nlp
Assembly:
Tizen.Nlp.dll
API Level:
5

This class contains result of named entity recognition.

C#
Copy
public class NamedEntityRecognitionResult
Inheritance
System.Object
NamedEntityRecognitionResult

Properties

View Source

Tags

The tags of sentence.

Declaration
C#
Copy
public IList<string> Tags { get; set; }
Property Value
Type Description
System.Collections.Generic.IList<System.String>
API Level: 5
View Source

Tokens

The tokens of sentence.

Declaration
C#
Copy
public IList<string> Tokens { get; set; }
Property Value
Type Description
System.Collections.Generic.IList<System.String>
API Level: 5