Class LetsmtDocument

java.lang.Object
opennlp.tools.formats.letsmt.LetsmtDocument

public class LetsmtDocument extends Object
A structure to hold the letsmt document. The documents contain 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.