Function parse_ptb_file

Source
pub fn parse_ptb_file(f: &str) -> Option<Vec<PTBTree>>
Expand description

Parse a PTB file.

Wrapper for reading in a file and feeding it to parse_ptbtrees.