public interface Document
| Modifier and Type | Method and Description |
|---|---|
List<Sentence> |
getSentences() |
String |
getText() |
void |
setSentences(List<Sentence> sentences) |
void |
setText(String text) |
Copyright © 2012–2017 CoGrOO. All rights reserved.