mirror of
https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nlp.git
synced 2025-07-01 16:00:33 +00:00
Update file handling. Now md5 is correct
This commit is contained in:
@ -94,9 +94,9 @@ def main():
|
||||
|
||||
# Parse the given arguments
|
||||
parser = ArgumentParser(description='Create a vrt from JSON and txt')
|
||||
parser.add_argument('text', metavar='Path to txt file')
|
||||
parser.add_argument('stand_off_data', metavar='Path to JSON file')
|
||||
parser.add_argument('output', metavar='Path to vrt output file')
|
||||
parser.add_argument('text', help='Path to txt file')
|
||||
parser.add_argument('stand_off_data', help='Path to JSON file')
|
||||
parser.add_argument('output', help='Path to vrt output file')
|
||||
args = parser.parse_args()
|
||||
|
||||
with open(args.stand_off_data) as stand_of_data_file:
|
||||
|
Reference in New Issue
Block a user