public class Text extends Object
| Constructor and Description |
|---|
Text(String id,
String text,
boolean complete) |
| Modifier and Type | Method and Description |
|---|---|
String |
getId() |
String |
getText() |
boolean |
isComplete() |
static void |
loadTexts(String textsFilename,
String completeFilename,
List<String> textIds,
Map<String,Text> texts) |
static void |
saveTextCompletion(String filename,
Map<String,Text> texts) |
void |
setComplete(boolean complete) |
public String getId()
public String getText()
public boolean isComplete()
public void setComplete(boolean complete)
public static void loadTexts(String textsFilename, String completeFilename, List<String> textIds, Map<String,Text> texts) throws IOException
IOExceptionCopyright © 2018 JULIE Lab, Germany. All rights reserved.