pub fn parse_ptb_dir(mergeddir: &str) -> Vec<PTBTree>
Parse any directory containing *.mrg files.
*.mrg
Will panic if anything goes wrong.
panic
Wrapper around parse_ptb_file.
parse_ptb_file