Hi to all,
Hope you all will be fine. Actually i am new to sphinx 4. The problem is i
have created a text file and then created the language model using lmtool.
Then i downloaded the utility lm3g2dmp and then tried to convert my .lm file
to .dmp format. But when i try to do this. I got an error. I am doing this on
linux. I want to ask a question
Is it necessary to convert my .lm file to .dmp format? Can i use .lm file
directly without converting it to .dmp?
How can i convert my .lm file to .dmp on windows xp?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi thanks:)
It has been converted. Actually i was using the wrong syntax. I want to ask a
question. Suppose i use JSGF grammer file, then what parameters i will use in
xml file for dictinary, filler and .lm.DMP files. Because in this case there
is only one file (.gram file).
<componentname="trigramModel"type="edu.cmu.sphinx.linguist.language.ngram.large.LargeTrigramModel"><propertyname="unigramWeight"value="0.7"/><propertyname="maxDepth"value="3"/><propertyname="logMath"value="logMath"/><propertyname="dictionary"value="dictionary"/><propertyname="location"value="the name of the language model file for example <your_training_folder>/etc/<your_model_name>.lm.DMP"/>..incaseofJSGFwhatitwillbe?
</component><componentname="dictionary"type="edu.cmu.sphinx.linguist.dictionary.FastDictionary"><propertyname="dictionaryPath"value="the name of the dictionary file for example <your_training_folder>/etc/<your_model_name>.dic"/><propertyname="fillerPath"value="the name of the filler file for example <your_training_folder>/etc/<your_model_name>.filler"/><propertyname="addSilEndingPronunciation"value="false"/><propertyname="allowMissingWords"value="false"/><propertyname="unitManager"value="unitManager"/></component>
when i make a corpus file and using online tool then it creates .dic and .lm
file but no filler file. I want to ask how can i make filler file. Is filler
file is just a text file(.txt file)? or i have to create it with some tool?
Thanks
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Sorry forgot to ask something. I also want to ask is transcription file and
fields file also just a text file(.txt file) in which sentence is written and
your voice path is mention with each sentence.
Thanks
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
i use JSGF grammer file, then what parameters i will use in xml file for
dictinary, filler and .lm.DMP files.
I suggest you to read demo example
when i make a corpus file and using online tool then it creates .dic and .lm
file but no filler file. I want to ask how can i make filler file. Is filler
file is just a text file(.txt file)? or i have to create it with some tool?
Filler dictionary goes together with acoustic model
Sorry forgot to ask something. I also want to ask is transcription file and
fields file also just a text file(.txt file) in which sentence is written and
your voice path is mention with each sentence. Thanks
Yes
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi to all,
Hope you all will be fine. Actually i am new to sphinx 4. The problem is i
have created a text file and then created the language model using lmtool.
Then i downloaded the utility lm3g2dmp and then tried to convert my .lm file
to .dmp format. But when i try to do this. I got an error. I am doing this on
linux. I want to ask a question
Is it necessary to convert my .lm file to .dmp format? Can i use .lm file
directly without converting it to .dmp?
How can i convert my .lm file to .dmp on windows xp?
lm3g2dmp is obsolete tool, you shouldn't use it. To find information about
conversion see our tutorial:
http://cmusphinx.sourceforge.net/wiki/tutoriallm#converting_model_into_dmp_fo
rmat
When you ask about error always try to describe it in details, provide error
message, provide a command you are running, describe your expectatations
Yes
No
Using sphinx_lm_convert from sphinxbase.
Hi thanks:)
It has been converted. Actually i was using the wrong syntax. I want to ask a
question. Suppose i use JSGF grammer file, then what parameters i will use in
xml file for dictinary, filler and .lm.DMP files. Because in this case there
is only one file (.gram file).
when i make a corpus file and using online tool then it creates .dic and .lm
file but no filler file. I want to ask how can i make filler file. Is filler
file is just a text file(.txt file)? or i have to create it with some tool?
Thanks
Sorry forgot to ask something. I also want to ask is transcription file and
fields file also just a text file(.txt file) in which sentence is written and
your voice path is mention with each sentence.
Thanks
I suggest you to read demo example
Filler dictionary goes together with acoustic model
Yes