|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectlingscope.drivers.AnnotatedFilesMerger
public class AnnotatedFilesMerger
Merges two annotated files. Useful to merge a words scope file with a POS cue file
Constructor Summary | |
---|---|
AnnotatedFilesMerger()
|
Method Summary | |
---|---|
static void |
main(java.lang.String[] args)
|
static AnnotatedSentence |
merge(AnnotatedSentence wordsSentence,
AnnotatedSentence tagsSentence)
Merges the given wordsSentence and the given tagsSentence |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AnnotatedFilesMerger()
Method Detail |
---|
public static AnnotatedSentence merge(AnnotatedSentence wordsSentence, AnnotatedSentence tagsSentence)
wordsSentence
- tagsSentence
-
public static void main(java.lang.String[] args)
args
- 0 - file 1: the file from which words will be taken
1 - file 2: the file from which tags will be taken
2 - output file path
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |