Skip to content

Commit

Permalink
Merge pull request #4 from opensource-spraakherkenning-nl/KleinRana-s…
Browse files Browse the repository at this point in the history
…peech-recognizer-as-input-arg

fix error in parsing the input args
  • Loading branch information
greenw0lf authored Oct 4, 2023
2 parents 566689c + f3ad66c commit 32ad4d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ASR_NL_benchmark/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
interface.main()
else:
print('Running benchmarking')
benchmarking = pipeline.Pipeline(args.hypfile[0], args.hypfile[1], args.reffile[0], args.reffile[1], kind=kind)
benchmarking = pipeline.Pipeline(args.hypfile[0], args.hypfile[1], args.reffile[0], args.reffile[1], kind=args.kind)
benchmarking.main()
pipeline.process_results(kind=args.kind)

0 comments on commit 32ad4d5

Please sign in to comment.