pub fn parse_ptb_sections(mergeddir: &str, sections: Vec<usize>) -> Vec<PTBTree>
Parse {mergeddir}/{section}/*.mrg files.
{mergeddir}/{section}/*.mrg
Will panic if anything goes wrong.
panic
Wrapper around parse_ptb_file.
parse_ptb_file