Class LetsmtDocument
A structure to hold the letsmt document. The documents contains sentences and depending on the source it either contains tokenized text (words) or an un-tokenized sentence string.
The format specification can be found here.
public class LetsmtDocument
- Inheritance
-
LetsmtDocument
- Inherited Members
Properties
Sentences
public IList<LetsmtDocument.LetsmtSentence> Sentences { get; }