Remove GPL decoder unidecode
rsxdalv opened this issue · 1 comments
rsxdalv commented
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
Another approach would be to make it an optional dependency with a fallback. While not ideal it would be better than the current situation.
neonbjb commented
Happy to approve a PR that makes this replacement.