Max Bachmann
                                            Max Bachmann
                                        
                                    We could still get rid of the useless count in normalized levenshtein (and I probably will when we update the generic function signatures). However this likely will not make a...
As a starting point for docs we can use the docs I have already written for rapidfuzz-rs here: https://docs.rs/rapidfuzz/latest/rapidfuzz/distance/index.html The readme should probably guide people to either `strsim`, `rapidfuzz` or...
Most of the library is MIT licensed, since it directly uses the implementations from `RapidFuzz`. You can directly use https://github.com/maxbachmann/RapidFuzz for these parts as well. Possibly this could be documented...
I believe this should be fixed in the current version, since it does no longer use `python-Levenshtein`
1) not each TTS uses SSML. However they usually provide at a way to specify at least a subset of what can be specified using SSML. 2) even when a...
@klshuster @moyapchen Is there anything still needed to do from my side?
@klshuster @moyapchen is there still interest in this?
Is PyUnicode_FromUnicode actually removed in Python 3.11? The Python docs lists the removal for Python 3.12.
Good to know. I will replace it in my fork in the next release.
@methane does PyUnicode_AS_UNICODE emit a warning as well? This API is significantly harder to replace, since there is no 1:1 replacement (either needs to handle 1/2/4 Byte sizes or allocate...