When doing some tests with pocketsphinx I encountered some behaviors I was not expecting :
- If I put the dict and model files in different folders it does not seem to recognize any thing I say (even though I enter the correct pathes when initializing the config)
- If I put my dict and model files in the same folder but with different names, it does not seem to work either (hyp always empty string).
Is that a normal behavior?
I am trying to switch between different models at runtime, does that mean I need one dict per model?
Thank you in advance!
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Questions are :
- Is it normal if when dict and model are in different folders pocketsphinx does not recognize what I say?
- Is it normal if when dict and model have different names pocketsphinx does not recognize what I say?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello,
When doing some tests with pocketsphinx I encountered some behaviors I was not expecting :
- If I put the dict and model files in different folders it does not seem to recognize any thing I say (even though I enter the correct pathes when initializing the config)
- If I put my dict and model files in the same folder but with different names, it does not seem to work either (hyp always empty string).
Is that a normal behavior?
I am trying to switch between different models at runtime, does that mean I need one dict per model?
Thank you in advance!
It is not quite clear what are you asking about, you need to provide more details - pocketsphinx logs, code you are using and so on.
Questions are :
- Is it normal if when dict and model are in different folders pocketsphinx does not recognize what I say?
- Is it normal if when dict and model have different names pocketsphinx does not recognize what I say?
It is not normal when pocketsphinx does not recognize what you say independent of the folder and file names.