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 more normalizers, "lower,rm([^a-z0-9 ])" and chime6/7/8 #94

Merged
merged 5 commits into from
Sep 19, 2024

Conversation

boeddeker
Copy link
Member

I changed the if statement in the source code to a class to have all code together that belongs to the normalizer.

The chimeX normalizers have a runtime dependency of chime-utils

@boeddeker boeddeker requested a review from thequilo September 17, 2024 15:00
f'You discovered an idempotence bug in the chime_utils normalizer: {normalizer!r}.\n'
f'Original: {seg["words"]}\n'
f'Normalized: {words}\n'
f'Normalized again: {chime_utils_normalizer(words)}'
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Add instructions for what the user should do if this happens?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

After an offline discussion, we decided to not include a link to the github chime_utils or meeteval issues.

@boeddeker boeddeker merged commit af222cd into fgnt:main Sep 19, 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