Package opennlp.tools.formats.letsmt
Class LetsmtDocument
- java.lang.Object
-
- opennlp.tools.formats.letsmt.LetsmtDocument
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
LetsmtDocument.LetsmtDocumentHandler
Acontent handler
to receive and process SAX events.static class
LetsmtDocument.LetsmtSentence
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<LetsmtDocument.LetsmtSentence>
getSentences()
-
-
-
Method Detail
-
getSentences
public List<LetsmtDocument.LetsmtSentence> getSentences()
- Returns:
- Retrieves the sentences of a
LetsmtDocument
.
-
-