John Bowler
John Bowler
I double checked --with-extdict-ru; the output (on my system) still contains the "a# " strings.
Hang on. The test string isn't Russian; the numbers in it aren't in Russian. The "correct" phoneme output string in tests/translate.test continually drops into English. Here's an example of a...
Please give me an example of a compiler which, with the current HEAD, produces an espeak-ng that does not treat the periods as end-of-sentence (i.e where make tests/translate.check passes). E.g....
The ssml problem is #947. My clangs only run back to clang-10 and gccs to gcc-6.5.0 (which, for some reason, is masked by Gentoo). I do have 8.4.0 - that's...
It's happening because the **a** phoneme at the end of the "." [**t'otS;ka**] is followed by a phoneme **v** at the start of "8" [**v'os;E2m**] and this (v) phoneme has...
"8.1" is not a Russian number. Put a breakpoint on "TranslateClause", "TranslateWord2" and "TranslateNumber" then run: run -Xq -v -ru "0.8" You will see that TranslateClause is called once and...
French shows the same parsing behavior, hardly surprising as the number parsing seems to be based on the language separators not the language itself: 0.8 zero _|pwE~ _|y'it 0,8 zero...
BTW my assumption that "." is a sentence terminator in this context seems incorrect, though I haven't examined the espeak-ng parser. I think a period has to be followed by...
Sorry; the compiler/OS info was in #947: - gcc (Gentoo 11.1.0 p1) 11.1.0 - Linux hippopopus 5.12.5-gentoo #1 SMP Thu May 20 09:29:16 PDT 2021 x86_64 Intel(R) Core(TM) i7-8700K CPU...
Ok, with this configure: `CC=gcc-8.4.0 ./configure --prefix=$HOME/src/espeak-ng/install-8.4.0` and this clone: ``` ~/src/espeak-ng/git-8.4.0 $ git status HEAD detached at f6d092a9 nothing to commit, working tree clean ``` I get this: ```...