⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 params_decode.text

📁 这是处理语音信号的程序
💻 TEXT
字号:
# parameters file for decoder demo## define function mode## function = forced_alignmentfunction = lattice_rescoring# function = ngram_decoding# function = lattice_generation# function = lattice_verification# function = lattice_to_lattice# function = lattice_error_ratemonophones_file = models/monophones.textmodels_file = models/models.textphones_file = models/phones.texttransitions_file = models/transitions.textstates_file = models/states.bin# define input format#input_format = ascii# define lexicon file#lexicon_file =  models/lexicon.text# alignment mode#align_mode = word# define context mode#context_mode = monophone# define number of paths#history_paths = 1nbest_paths = 1# define pruning thresholds#beam_pruning = 400 400 400mapmi_limit = 1000num_allowed_words = 100# define input and output lists#mfcc_list = models/mfc.listoutput_list = models/output.listinput_lattice_list = models/lattice.list# end of file#

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -