server_tidigits.props
来自「It is the Speech recognition software. 」· PROPS 代码 · 共 132 行
PROPS
132 行
############################################################## Global logging properties#############################################################handlers= java.util.logging.ConsoleHandler# This is the overall default logging level.level= WARN# Tracing level for the consolejava.util.logging.ConsoleHandler.level = WARNjava.util.logging.ConsoleHandler.formatter = edu.cmu.sphinx.util.SphinxLogFormatteredu.cmu.sphinx.util.LogMath.logBase = 1.0001############################################################## Acoustic model properties#############################################################edu.cmu.sphinx.linguist.acoustic.format = sphinx3.binaryedu.cmu.sphinx.linguist.acoustic.location = file:/lab/speech/sphinx4/data/tidigits_8gau_13dCep_16k_40mel_130Hz_6800Hz.bin.zipedu.cmu.sphinx.linguist.acoustic.definition_file = wd_dependent_phone.500.mdefedu.cmu.sphinx.linguist.acoustic.data_location = wd_dependent_phone.cd_continuous_8gauedu.cmu.sphinx.linguist.acoustic.properties_file = am.propsedu.cmu.sphinx.linguist.acoustic.FeatureVectorLength = 39############################################################# # FrontEnd properties#############################################################edu.cmu.sphinx.frontend.bytesPerAudioFrame = 4000edu.cmu.sphinx.frontend.cepstrumSize = 13edu.cmu.sphinx.frontend.featureExtractor.cepstraBufferSize = 256edu.cmu.sphinx.frontend.featureExtractor.featureLength = 39edu.cmu.sphinx.frontend.featureExtractor.windowSize = 3edu.cmu.sphinx.frontend.keepAudioReference = trueedu.cmu.sphinx.frontend.preemphasis.factor = 0.97edu.cmu.sphinx.frontend.windowSizeInMs = 25.625edu.cmu.sphinx.frontend.windowShiftInMs = 10edu.cmu.sphinx.frontend.windower.alpha = 0.46edu.cmu.sphinx.frontend.cmn = edu.cmu.sphinx.frontend.LiveCMNedu.cmu.sphinx.frontend.LiveCMN.windowSize = 50edu.cmu.sphinx.frontend.LiveCMN.shiftWindow = 80############################################################# # Search properties#############################################################edu.cmu.sphinx.decoder.search.ActiveList.absoluteBeamWidth=200edu.cmu.sphinx.decoder.search.ActiveList.relativeBeamWidth=1E-200edu.cmu.sphinx.decoder.search.BreadthFirstSearchManager.activeListType = edu.cmu.sphinx.decoder.search.FastActiveList############################################################# # Dictionary properties#############################################################edu.cmu.sphinx.linguist.dictionary.Dictionary.useAcousticModelLocation = trueedu.cmu.sphinx.linguist.dictionary.Dictionary.dictionaryPath = dictionaryedu.cmu.sphinx.linguist.dictionary.Dictionary.fillerPath = fillerdictedu.cmu.sphinx.linguist.dictionary.Dictionary.addSilEndingPronunciation=false############################################################# # Linguist properties#############################################################edu.cmu.sphinx.linguist.language.grammar.SimpleWordListGrammar.isLooping = trueedu.cmu.sphinx.linguist.language.grammar.SimpleWordListGrammar.path = ./tidigits.wordlistedu.cmu.sphinx.linguist.Linguist.languageWeight=8.0edu.cmu.sphinx.linguist.Linguist.wordInsertionProbability = 1.0E-36edu.cmu.sphinx.linguist.Linguist.silenceInsertionProbability = 1.0edu.cmu.sphinx.linguist.Linguist.showSearchSpace=falseedu.cmu.sphinx.linguist.util.LinguistDumper.filename=tidigits.gdledu.cmu.sphinx.linguist.util.GDLDumper.skipHMMs=trueedu.cmu.sphinx.linguist.util.GDLDumper.verticalLayout=trueedu.cmu.sphinx.linguist.util.GDLDumper.dumpArcLabels=true############################################################## ThreadedAcousticScorer properties############################################################### By setting isCpuRelative to true, num scoring threads is# equal to num_avail_processors + e.c.s.ThreadedAcousticScorernumThreads.## By setting isCpuRelative to false, num scoring threads is# equal to edu.cmu.sphinx.ThreadedAcousticScorer.numThreads## Use the number of available CPUS for scoring:edu.cmu.sphinx.decoder.scorer.ThreadedAcousticScorer.isCpuRelative=trueedu.cmu.sphinx.decoder.scorer.ThreadedAcousticScorer.numThreads=0edu.cmu.sphinx.decoder.scorer.ThreadedAcousticScorer.minScoreablesPerThread=10############################################################# # Recognizer properties#############################################################edu.cmu.sphinx.decoder.Recognizer.dumpFrontEnd = trueedu.cmu.sphinx.decoder.Recognizer.frontend = edu.cmu.sphinx.research.distributed.server.ServerFrontEndedu.cmu.sphinx.decoder.Recognizer.linguist=edu.cmu.sphinx.linguist.flat.FlatLinguistedu.cmu.sphinx.decoder.Recognizer.searchManager=edu.cmu.sphinx.decoder.search.SimpleBreadthFirstSearchManageredu.cmu.sphinx.decoder.Recognizer.grammar=edu.cmu.sphinx.linguist.language.grammar.SimpleWordListGrammaredu.cmu.sphinx.decoder.Recognizer.linguistProcessors=edu.cmu.sphinx.linguist.util.GDLDumper
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?