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

[FR] Make "Function not implemented" errors only valid for "covo" #51

Open
HarikalarKutusu opened this issue Jan 17, 2024 · 0 comments · May be fixed by #52
Open

[FR] Make "Function not implemented" errors only valid for "covo" #51

HarikalarKutusu opened this issue Jan 17, 2024 · 0 comments · May be fixed by #52

Comments

@HarikalarKutusu
Copy link
Contributor

If you are using the code directly in Python, you still get "Function not implemented" errors. I do check the existing functionality before calling them, but this time, when using the phonemiser class, which further calls the validator, it is not possible.

Here is what I get when analyzing 144 corpora in parallel and using a progressbar:

=== Text-Corpora Compilation Process for cv-tbox-dataset-compiler ===
Processing text-corpora for 144 locales in 12 processes with chunk_size 10...

  0%|                                                                                                                                                                                       | 0/144 [00:00<?, ?it/s][Validator] Function not implemented
[Validator] Function not implemented
[Validator] Function not implemented
  1%|█▏                                                                                                                                                                             | 1/144 [00:10<25:29, 10.69s/it][Validator] Function not implemented
  8%|█████████████▎                                                                                                                                                                | 11/144 [00:15<02:30,  1.13s/it][Validator] Function not implemented
[Validator] Function not implemented
 15%|█████████████████████████▍                                                                                                                                                    | 21/144 [00:28<02:34,  1.25s/it][Validator] Function not implemented
 22%|█████████████████████████████████████▍                                                                                                                                        | 31/144 [00:30<01:25,  1.33it/s][Validator] Function not implemented
 31%|██████████████████████████████████████████████████████▍                                                                                                                       | 45/144 [03:18<08:47,  5.33s/it][Validator] Function not implemented
100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 144/144 [12:34<00:00,  5.24s/it]
Finished compiling text-corpus for 144 locales in 754.62 avg=5.24 sec/locale
@HarikalarKutusu HarikalarKutusu linked a pull request Jan 18, 2024 that will close this issue
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 a pull request may close this issue.

1 participant