pub fn parse_ptb_file(f: &str) -> Option<Vec<PTBTree>>
Parse a PTB file.
Wrapper for reading in a file and feeding it to parse_ptbtrees.
parse_ptbtrees