Skip to content
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 dscore like DER #98

Merged
merged 10 commits into from
Dec 10, 2024
Merged

Add dscore like DER #98

merged 10 commits into from
Dec 10, 2024

Conversation

boeddeker
Copy link
Member

@boeddeker boeddeker commented Nov 29, 2024

In #97 it was mentioned, that dscore calculates the DER differently to md-eval-22.pl, if no uem file is given:

  • md-eval-22.pl: Choose the scoring region, such that it starts with the first reference and ends with the last reference.
  • dscore: Score everything. Implementation: Create an uem with the scoring regions to be the smallest start in ref and hyp and the end is the last time in ref and hyp.

Additional bugfix:

  • md-eval-22.pl ignores the uem files, if the filenames/session_ids contain dots
  • dscore fails with a lengthy error

ToDO:

  • Disable the dscore code and use only md_eval to mirror what dscore does. The dscore code doesn't work with numpy 2

@boeddeker boeddeker merged commit 05f0a5c into fgnt:main Dec 10, 2024
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants