rwth-i6 / i6_core

Sisyphus recipies for ASR
Mozilla Public License 2.0
16 stars 23 forks source link

Add ComputeTSEJob #523

Closed SimBe195 closed 3 months ago

SimBe195 commented 4 months ago

Adds a new ComputeTSEJob that can compute the TSE value of some alignment compared to a reference. The outputs of the job are the overall TSE value as well as detailed shift-counts of word-start and word-end frames as dicts and as histogram plots.

The job allows alignments with different amounts of subsampling and it's also possible to pass a function that specifies a seq-tag transformation to match up the alignment seq-tags with the reference seq-tags.

SimBe195 commented 4 months ago

Thanks @Icemole, I incorporated your suggestions now.