-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add jobs to study alignments #558
base: main
Are you sure you want to change the base?
Conversation
The flow needed the parameters 'id' and 'TASK'.
I prefer the second to last or last dumping format that you suggested. They would make it easiest to get a quick grasp on the duration of certain phonemes for me. |
Maybe we can specify a default mapping (csv file?) and an optional custom mapping to be provided by the user. Edit/update: I tried to do this but faced issues with detailed print schemas: if we want to print timestamps and so on, we should provide the alignments as a tuple Let me know if you still want this custom printing approach. |
Co-authored-by: michelwi <[email protected]>
PlotViterbiAlignmentJob
: job to plot the Viterbi alignment. The point of this job is to check for a specific issue in the final alignments.DumpSegmentTextAlignmentJob
: job to dump text/alignment pairs for a specific corpus and set of alignment files. The point of this job is to review in a fast way the text against the corresponding alignments.The output is a compressed text file of the form:
Feel free to propose any other format in the comments.