R Dynamic split/subset of dataframe by selected rownumbers- Parsing textgrid praat
I am trying to process a "segmentation file" called .TextGrid (generated by Praat program). ) The original format looks like this: File type = "ooTextFile" Object class = "TextGrid" xmin = 0 xmax = 243.761375 tiers? <exists> size = 17 item []: item [1]: class = "IntervalTier" name = "phones" xmin = 0 xmax = 243.761 intervals: size = 2505 intervals [1]: xmin = 0 xmax = 0.4274939687384032 text = "_" intervals [2]: xmin = 0.4274939687384032 xmax = 0.472 text = "v" intervals [3]: [...] (This is then repeted to EOF, with intervals[3 to n] for n Item (layer of annotation) in a file. Somebody