Michael Hansen

Results 401 comments of Michael Hansen

Case is now preserved in wildcards

hassil 2.0 no longer case folds

I've uploaded the wheels above to PyPI :+1:

That's very odd that they merged the function prototype with no definition! I didn't submit it upstream for two reasons: 1. I didn't add any tests, and wasn't sure it...

Unless I'm missing something, this seems to not preserve punctuation (which is the reason for the espeak-ng fork). The problem is that `espeak_TextToPhonemes` does not return punctuation with phonemes. This...

My tests fail though when using this PR and espeak-ng 1.51. Have they changed things in a later release?

Great, I'll check again. Thanks!

This library currently uses espeak-ng, but I would like to port gruut over instead due to the licensing of espeak-ng. Unfortunately, there is a lot that has to be done.

Sure, I'd be interested in a PR! Thanks 🙂

I'm considering two alternatives to espeak-ng to avoid licensing issues: 1. Using text phonemes with byte-pair encoding (BPE), possibly with [pre-trained sentencepiece models] (https://github.com/bheinzerling/bpemb) 2. Reviving the [gruut](https://github.com/rhasspy/gruut) project and...