When using batch_parse() from the module, the parse_xml_output function in corenlp.py @ line 287 is missing a '/' in the path to the output_file l. 287 should be : with open(os.path.join(xml_dir + "/" + output_file), 'r') as xml: