Fabio Lima

Results 72 comments of Fabio Lima

> Thanks for the example. I noticed that the code you provided is not actually Crockford's Base32 but is actually more of a generic base36... Sorry. I forgot to copy...

Hello @blop ! For now, I'm not planning to add support for ncname-58. However, if you only need a base-58 encoding, you can use [`Base58BtdCodec`](https://github.com/f4b6a3/uuid-creator/blob/39575d55d0304aed388812885615ffbdfb7f27dc/src/main/java/com/github/f4b6a3/uuid/codec/base/Base58BtcCodec.java#L38): ```java Base58BtcCodec codec = new...

I think the test page is converting the apostrophe to its HTML escaped representation. So I don't think it's an `espeak-ng` issue per se.

I'm not in my PC to test it, due to a lack of electricity, but If you use Linux, you can test this command: ```bash grep -E '^[[:space:]]*(phoneme|ipa)[[:space:]]' phsource/*(phonemes|ph_consonants|ph_english|ph_english_us) ```...

I don't know if it's what you need, but this script lists the phonemes and their characteristics. Thanks to your question, this script will be useful in [a small project...

You could do a (durty) trick by adding a new rule to the "а" group of `ru_rules`, like this: ``` .group а а V B) а (_ V _) а...

Hello! Please, forget what I said earlier. My previous suggestion adds a lot of unecessary complexity. I've tried a lot of alternatives. I even tried the strategy of Hebrew and...

It's good to know that someone has verified that the proposed solution works for Russian. Finally, espeak-ng will be able to support accent marking for stressed syllables. This is something...

I saw in the source code that espeak-ng recognizes [escape sequences](https://en.wikipedia.org/wiki/Escape_sequence) in rules files. How about using this byte sequence for this single rule you can't abandon? The escape sequence...

I'm also very curious about it 🤔. Maybe the extra parenthesis is being ignored. I think in this case you could use an `&` instead of `A(́`. This special character...