Replies: 1 comment 2 replies
-
Answers are in docs/dictionary.md
Question 1: See S<number>
Questions 2: See `_^_<language code>. Default value is hardcoded to English at the moment
Questions 3-5: I can't reproduce your output with version 1.51.1 or 1.52-dev. Probably related to Question #2.
My output:
$ espeak -v fr -X arthur
Translate 'arthur'
1 a [a]
1 r [r]
42 th (A [_^_]
1 t [t]
22 th [t]
Translate 'arthur'
36 ar [A@]
1 a [a]
36 th [T]
1 t [t]
97 &h) ur (_ [3]
57 ur (_ [3:]
1 u [V]
***@***.***(fr)
|
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
arcln
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I am programatically parsing the output of -X. I want to match the input string with the output phoneme rules (continuation of #1614). In most cases I am able to parse what I want, but sometimes I don't understand the output.
I don't understand precisely why and when multiple "Translate 'xxxx'" blocks are outputed.
Here is multiple scenarios, I've written questions inside :
Thank you very much for any help
Beta Was this translation helpful? Give feedback.
All reactions