I have trained some my own models and I am now testing them.
The problem is that Sphinx4 decided to not recognize some of the wave files, (about 6 out of 100) while it recognized others perfectly. So I decided to do some debugging and realized the following:
1) S3Flat decoder recognized those files perfectly while sphinx4 does not (same models)
2) After some debugging I found that for the file drops, the lattice does not grow more than 28 branches EVER, while for a recognized file it typically has 300-500 branches. So I am thinking it is some frontend related issue.
So I go to tests-frontend so as to verify my implementation, but it seems to have this issue.
If I try to compile "ant all"
in the directory sphinx4\tests\frontend
I get error messages like :
symbol : class FrontEndFactory (symbol not found)
and sure FrontEndFactory is not there. So Is this
frontend Test code bad or am I missing something.
PLEASE HELP
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I have trained some my own models and I am now testing them.
The problem is that Sphinx4 decided to not recognize some of the wave files, (about 6 out of 100) while it recognized others perfectly. So I decided to do some debugging and realized the following:
1) S3Flat decoder recognized those files perfectly while sphinx4 does not (same models)
2) After some debugging I found that for the file drops, the lattice does not grow more than 28 branches EVER, while for a recognized file it typically has 300-500 branches. So I am thinking it is some frontend related issue.
So I go to tests-frontend so as to verify my implementation, but it seems to have this issue.
If I try to compile "ant all"
in the directory sphinx4\tests\frontend
I get error messages like :
symbol : class FrontEndFactory (symbol not found)
and sure FrontEndFactory is not there. So Is this
frontend Test code bad or am I missing something.
PLEASE HELP