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

Handling of OOVs #8

Open
enhuiz opened this issue Jan 17, 2023 · 1 comment
Open

Handling of OOVs #8

enhuiz opened this issue Jan 17, 2023 · 1 comment

Comments

@enhuiz
Copy link

enhuiz commented Jan 17, 2023

I have encountered some OOVs when building the alignment for the reference audio. It's probably due to the inconsistent lexicon used by the ASR and aligner, and it will trigger the following assertion:

assert tg_len == ph_len, (tg_len, ph_len, tg_align, ph_list, tg_fn)

Do you know if there is any workaround for this? Many thanks.

@Rongjiehuang
Copy link
Owner

Hi, it's likely due to the mismatching of phoneme dict, please load our provided dictionary from OneDrive.

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

No branches or pull requests

2 participants