Class WordTokenizeResult
Definition
- Assembly:
- Tizen.Nlp.dll
This class contains result of word tokenized.
public class WordTokenizeResult
- Inheritance
-
WordTokenizeResult
Properties
View SourceTokens
The tokens of sentence.
Declaration
public IList<string> Tokens { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<string> |