Need help adding a language (Hokkien) #1477
Answered
by
jaacoppi
hiong3-eng5
asked this question in
Q&A
Replies: 1 comment 2 replies
-
Thank you for the new language!
You don't need to use compile or compile-phonemes manually. Make will do it automatically if everything is setup correctly. The file espeak-ng-data/hbl_dict should appear.
Can you show your source code? Link to github is preferable but a diff patch works as well.
If you want to do it manually, check ESPEAK_DATA_PATH and LD_LIBRARY_PATH. This should work:
cd dictsource && ESPEAK_DATA_PATH=`pwd`/.. LD_LIBRARY_PATH=src:${LD_LIBRARY_PATH}/.. ../src/espeak-ng --compile=hbl
|
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
hiong3-eng5
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am trying to add my language Hokkien {a Language is China's Fujian Province). Built espeak-ng successfully using make -B.
Added all the files needed for phonemes and dictionary list and rules. Added entries to files phonemes and Makefile.am.
tried to create the hokkien phoneme via the command '
espeak-ng --compile=hbl
', but got an error message:'The specified espeak-ng voice does not exist
'.while the command
espeak-ng -compile-phonemes=phsource
while in the root directoryespeak-ng
. producedThis indicates that the Hokkien phoneme was not added right?
Did I miss anything? All the files is located in the espeak-ng's git clone, in their respective directories.
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions