apptek / SubER

SubER - Subtitle Edit Rate
Apache License 2.0
18 stars 2 forks source link

Support to score multiple files as one test set #2

Closed patrick-wilken closed 2 years ago

patrick-wilken commented 2 years ago

@sarapapi, this is what you meant in #1, right? So both hypothesis and reference come in multiple files, each pair of files corresponding to a different video segment.

Feel free to try out with this branch, you should be able to give a (space separated) list of files for both --hypothesis and --reference and hopefully get the same result as when concatenating manually with adjusted time stamps. (Although, of course, you are not responsible for checking my code. 😄 )

sarapapi commented 2 years ago

Yes, exactly. I tested it and it works perfectly fine!

patrick-wilken commented 2 years ago

Alright, I also did some further testing, let's add it. 👍