Reece H. Dunn
Reece H. Dunn
Depends on #38 (Phoneme Model)
## RDF Query API ``` select (s, _, _) ==> all statements for a subject select (s, p, _) ==> all statements for a subject matching a predicate select (_,...
I was thinking of using something like the original part 1 implementation. My rationale for this is that logo is a relatively simple language that requires tokens to be space...
This is down to the part of speech detection. It works in some cases but not all, e.g. $ espeak-ng -xq "We are live." wi:; A@ l'aIv $ espeak-ng -xq...
I have annotated most word pronunciation variations in https://github.com/rhdunn/amepd. Most of these are part of speech based (noun, verb, past form of a verb) -- i.e. "WORD(part-of-speech)". These require a...
The eSpeak official releases are available at http://espeak.sourceforge.net/download.html and the latest development release at http://espeak.sourceforge.net/test/latest.html. I don't know if/how well this supports Windows 7.
"eSpeak" is the original program developed by Jonathan Duddington, who has not updated eSpeak for over 2 years. "eSpeak NG" is the effort to continue making improvements to the original...
See https://github.com/espeak-ng/espeak-ng/issues/76 -- I am making progress on fixing issues with MBROLA on Windows. You will need to install a 32-bit version of espeak-ng, as the MBROLA Windows binary is...
Can you try this with espeak-ng using the latest code? The audio layer has changed. Also, you can use the `-d device` option with espeak-ng to specify a specific audio...
If this is issues with the stress placement, you need to run configure with the `--with-extdict-ru` flag to enable the extended Russian dictionary file.