|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object lingscope.io.AnnotatedSentencesIO
public class AnnotatedSentencesIO
Reads and writes annotated sentences
Constructor Summary | |
---|---|
AnnotatedSentencesIO()
|
Method Summary | |
---|---|
static java.util.List<AnnotatedSentence> |
read(java.lang.String fileToRead)
Reads and returns the list of AnnotatedSentence from the given
file |
static void |
write(java.lang.String fileToWrite,
java.util.List<AnnotatedSentence> annotatedSentences)
Writes the given list of annotated sentences to the given fileToWrite |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AnnotatedSentencesIO()
Method Detail |
---|
public static java.util.List<AnnotatedSentence> read(java.lang.String fileToRead)
AnnotatedSentence
from the given
file
fileToRead
-
public static void write(java.lang.String fileToWrite, java.util.List<AnnotatedSentence> annotatedSentences)
fileToWrite
- annotatedSentences
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |