Function jsonnlp::from_file[][src]

pub fn from_file<P: AsRef<Path>>(path: P) -> Result<JSONNLP, Box<dyn Error>>
Expand description

This function reads a JSON-NLP document from a file and returns a JSONNLP struct.