We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I ran everyvoice new-project and selected two sources of data. I selected NFC normalization and lowercasing, and got the following:
everyvoice new-project
cleaners: [everyvoice.utils.collapse_whitespace, everyvoice.utils.strip_text, everyvoice.utils.lower, everyvoice.utils.nfc_normalize, everyvoice.utils.lower, everyvoice.utils.nfc_normalize]
I should only have gotten:
cleaners: [everyvoice.utils.collapse_whitespace, everyvoice.utils.strip_text, everyvoice.utils.lower, everyvoice.utils.nfc_normalize]
No response
# Error messages and logs here please
#- EveryVoice Version: #- PyTorch Lightning Version (e.g., 2.4.0): #- PyTorch Version (e.g., 2.4): #- Python version (e.g., 3.12): #- OS (e.g., Linux): #- CUDA/cuDNN version: #- GPU models and configuration: #- How you installed EveryVoice (`conda`, `pip`, source):
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Bug description
I ran
everyvoice new-project
and selected two sources of data. I selected NFC normalization and lowercasing, and got the following:I should only have gotten:
How to reproduce the bug
No response
Error messages and logs
Environment
Current environment
More info
No response
The text was updated successfully, but these errors were encountered: