Hi,
I'm trying to use Sphinx3 with a Finite State Grammar using the -fsg parameter but this error appears:
ERROR: "srch_time_switch_tree.c", line 276: TST search requires a language model, please specify one with -lm or -lmctl
I'm not understanding why does it ask for a LM while I'm trying to use a FSG.
Am I missing something? Should I use another parameters?
Thanks in advance ;)
Add
-mode fsg
It worked ;)
Thanks
Log in to post a comment.
Hi,
I'm trying to use Sphinx3 with a Finite State Grammar using the -fsg parameter
but this error appears:
ERROR: "srch_time_switch_tree.c", line 276: TST search requires a language
model, please specify one with -lm or -lmctl
I'm not understanding why does it ask for a LM while I'm trying to use a FSG.
Am I missing something? Should I use another parameters?
Thanks in advance ;)
Add
It worked ;)
Thanks