Class AnnotatedFilesMerger


  • public class AnnotatedFilesMerger
    extends Object
    Merges two annotated files. Useful to merge a words scope file with a POS cue file
    Author:
    shashank
    • Constructor Detail

      • AnnotatedFilesMerger

        public AnnotatedFilesMerger()
    • Method Detail

      • main

        public static void main​(String[] args)
        Parameters:
        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