ELITR / SLTev

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

first feedback #1

Closed Gldkslfmsd closed 3 years ago

Gldkslfmsd commented 4 years ago

Hi, Ebrahim,

I have a feedback on this tool:

(p3) machacek@tdll1:/lnet/troja/projects/elitr/multi-source-slt/SLTev$ python3 SLTev.py --asr samples/asr --ref samples/reference --mt samples/mt --b_time 300
delay with Zero_T (only Complete segments have been used) and times (use Guess times) is:   51.45411255411224
AS-WER (automatic segmentation mWER): 0
delay with Zero_T (only Complete segments have been used) and mwerSegmenter is:   127.00000000000068
delay with one_T (Complete and Partial segments have been used) and times(use Guess times) and without align is:   62.59321789321788
AS-WER (automatic segmentation mWER): 0
delay with one_T (Complete and Partial segments have been used) and without align and  use mwerSegmenter is:   124.27272727272722
Traceback (most recent call last):
  File "SLTev.py", line 987, in <module>
    for i in args.align:
TypeError: 'NoneType' object is not iterable

Best,

Dominik

Gldkslfmsd commented 4 years ago
Gldkslfmsd commented 4 years ago

Hi, now I know what is mwerSegmenter. However, does SLTev works when used in parallel in the same directory? mwerSegmenter products result as __segments in current dir, that's horrible.

Sharing binary of mwerSegmenter is horrible, but I saw that it's probably standard in SLT field :( Even Jan Niehues does it, I googled it somewhere.

obo commented 3 years ago

Hi, Mohammad, Ebrahim, this issue is now pretty old and it also contains a number of separate issues, e.g. the comment from Feb 20, 2020 calls for a separate issue: "SLTev must be fully parallelizable", in other words, it must be possible to run it many times at once, in parallel.

Please go over this issue and create separate issues fro everything Dominik mentions. The separate issues should refer to this one, simply by mentioning #1. Once you have broken up this issue, please close this one, keep the others open until resolved.

mohammad2928 commented 3 years ago

Most of them have been resolved and two new issues have been created for the rest (#13 and #14 ).