Class LetsmtDocument

Namespace
NOpenNLP.Tools.Formats.Letsmt
Assembly
NOpenNLP.Tools.dll

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; }

Property Value

IList<LetsmtDocument.LetsmtSentence>