Package opennlp.tools.formats.letsmt
Class LetsmtDocument
java.lang.Object
opennlp.tools.formats.letsmt.LetsmtDocument
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.
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
Acontent handler
to receive and process SAX events.static class
-
Method Summary
-
Method Details
-
getSentences
- Returns:
- Retrieves the sentences of a
LetsmtDocument
.
-