ELITR / SLTev

SLTev is a tool for comprehensive evaluation of (simultaneous) spoken language translation.
7 stars 3 forks source link

Ensure platform-independent path manipulation #30

Open obo opened 3 years ago

obo commented 3 years ago

Almost all path manipulation operations use string concatenation and / as the directory delimiter. This is wrong. os.path.join() should be used to build paths and similarly for path splitting.

mohammad2928 commented 3 years ago

It's done.

obo commented 3 years ago

Hopefully it's complete, let's mark it closed. :-)

obo commented 3 years ago

Reopening because the new index parser (https://github.com/ELITR/SLTev/blob/index-parser/SLTev/index_parser.py) uses glob.