Skip to content

XML output parser looks for files in the wrong place... #15

@diegantobass

Description

@diegantobass

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:

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions