You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
# jieba conf
|
|
|
|
--jieba_dict_path=./front_demo/dict/jieba/jieba.dict.utf8
|
|
|
|
--jieba_hmm_path=./front_demo/dict/jieba/hmm_model.utf8
|
|
|
|
--jieba_user_dict_path=./front_demo/dict/jieba/user.dict.utf8
|
|
|
|
--jieba_idf_path=./front_demo/dict/jieba/idf.utf8
|
|
|
|
--jieba_stop_word_path=./front_demo/dict/jieba/stop_words.utf8
|
|
|
|
|
|
|
|
# dict conf fastspeech2_0.4
|
|
|
|
--separate_tone=false
|
|
|
|
--word2phone_path=./front_demo/dict/fastspeech2_nosil_baker_ckpt_0.4/word2phone_fs2.dict
|
|
|
|
--phone2id_path=./front_demo/dict/fastspeech2_nosil_baker_ckpt_0.4/phone_id_map.txt
|
|
|
|
--tone2id_path=./front_demo/dict/fastspeech2_nosil_baker_ckpt_0.4/word2phone_fs2.dict
|
|
|
|
|
|
|
|
# dict conf speedyspeech_0.5
|
|
|
|
#--separate_tone=true
|
|
|
|
#--word2phone_path=./front_demo/dict/speedyspeech_nosil_baker_ckpt_0.5/word2phone.dict
|
|
|
|
#--phone2id_path=./front_demo/dict/speedyspeech_nosil_baker_ckpt_0.5/phone_id_map.txt
|
|
|
|
#--tone2id_path=./front_demo/dict/speedyspeech_nosil_baker_ckpt_0.5/tone_id_map.txt
|
|
|
|
|
|
|
|
# dict of tranditional_to_simplified
|
|
|
|
--trand2simpd_path=./front_demo/dict/tranditional_to_simplified/trand2simp.txt
|