Class CueAndPosFilesMerger


  • public class CueAndPosFilesMerger
    extends Object
    Merges two files, one containing pos tags and the other containing annotated cues
    Author:
    shashank
    • Constructor Detail

      • CueAndPosFilesMerger

        public CueAndPosFilesMerger()
    • Method Detail

      • main

        public static void main​(String[] args)
        Parameters:
        args - 0 - cue input file 1 - pos input file 2 - replace cue with custom tag 'CUE' (true) or leave it as it is (false) 3 - merged file output path