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
Replacing this line with an alternative would ensure that the entire project is GPL free.
https://github.com/neonbjb/tortoise-tts/blob/main/tortoise/utils/tokenizer.py#L124
Here are some examples of alternatives:
https://stackoverflow.com/a/1211102
https://stackoverflow.com/questions/1207457/convert-a-unicode-string-to-a-string-in-python-containing-extra-symbols/1207479#1207479
Another approach would be to make it an optional dependency with a fallback. While not ideal it would be better than the current situation.
The text was updated successfully, but these errors were encountered:
Happy to approve a PR that makes this replacement.
Sorry, something went wrong.
No branches or pull requests
Replacing this line with an alternative would ensure that the entire project is GPL free.
https://github.com/neonbjb/tortoise-tts/blob/main/tortoise/utils/tokenizer.py#L124
Here are some examples of alternatives:
https://stackoverflow.com/a/1211102
https://stackoverflow.com/questions/1207457/convert-a-unicode-string-to-a-string-in-python-containing-extra-symbols/1207479#1207479
Another approach would be to make it an optional dependency with a fallback. While not ideal it would be better than the current situation.
The text was updated successfully, but these errors were encountered: