Class PosTagResult
Definition
- Assembly:
- Tizen.Nlp.dll
This class contains result of position tagged .
public class PosTagResult
- Inheritance
-
objectPosTagResult
Properties
View SourceTags
The tags of sentence.
Declaration
public IList<string> Tags { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IList<T><string> |
Tokens
The tokens of sentence.
Declaration
public IList<string> Tokens { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IList<T><string> |