Hello all,
I need to transcribe an audio WAV file.I am using the wsj acoustic and language model instead of grammar file.I am not sure abt my config file.Can any1 please tell me what's worng with the config file below?Do i need to modify anythng inorder to improve the recognition since the recognition is batch and not live.
If i have my own language model for example "test.lm" instead of using the wsj5k.DMP will it works??what do i need to modify??
Hello all,
I need to transcribe an audio WAV file.I am using the wsj acoustic and language model instead of grammar file.I am not sure abt my config file.Can any1 please tell me what's worng with the config file below?Do i need to modify anythng inorder to improve the recognition since the recognition is batch and not live.
If i have my own language model for example "test.lm" instead of using the wsj5k.DMP will it works??what do i need to modify??
Thank you..
<?xml version="1.0" encoding="UTF-8"?>
<!-- Sphinx-4 Configuration file -->
<!-- ******** -->
<!-- Translator configuration file -->
<!-- ******** -->
<config>
</component>
</component>
<!-- ******* -->
<!-- sphinx3Loader -->
<!-- ******* -->
<component name="wsjLoader" type="edu.cmu.sphinx.model.acoustic.WSJ_8gau_13dCep_16k_40mel_130Hz_6800Hz.ModelLoader">
<property name="logMath" value="logMath" />
<property name="unitManager" value="unitManager" />
</component>
<!-- ******* -->
<!-- trigramModel -->
<!-- ******* -->
<component name="trigramModel"
type="edu.cmu.sphinx.linguist.language.ngram.large.LargeTrigramModel">
<property name="unigramWeight" value=".7"/>
<property name="maxDepth" value="3"/>
<property name="logMath" value="logMath"/>
<property name="dictionary" value="dictionary"/>
<property name="location"
value="C:/Documents and Settings/Mohammad Reaaz/My Documents/Mobile_Translator/models/language/wsj5k.DMP" />
</component>
</component>
</config>