I just came across a problem with setup_sphinx.pl and running the
deocder/slave.pl script. The slave.pl script expects the .libs/ folder to be
in the bin folder yet when i look at the setup_sphinx.pl script it seems like
the folder is not copied
164> @dirlist = grep /^.*/, readdir DIR;
My temporary workaround is to copy the folder myself (it is located in
..pocketsphinx/src/programs/.libs/ ), just thought to post it if others
experience the same problem and also maybe a fix for that can be provided
greets
martin
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Thanks for the problem report. Indeed this is an issue.
In recent sphinxtrain the whole copy process is eliminated, now it just uses
binaries from system-wide installation and model training folder contains only
data. The release with that functionality will be available soon.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Good morning,
hope all are well.
I just came across a problem with setup_sphinx.pl and running the
deocder/slave.pl script. The slave.pl script expects the .libs/ folder to be
in the bin folder yet when i look at the setup_sphinx.pl script it seems like
the folder is not copied
164> @dirlist = grep /^.*/, readdir DIR;
My temporary workaround is to copy the folder myself (it is located in
..pocketsphinx/src/programs/.libs/ ), just thought to post it if others
experience the same problem and also maybe a fix for that can be provided
greets
martin
Hello
Thanks for the problem report. Indeed this is an issue.
In recent sphinxtrain the whole copy process is eliminated, now it just uses
binaries from system-wide installation and model training folder contains only
data. The release with that functionality will be available soon.