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.
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.