You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 9, 2022. It is now read-only.
jsgf weights > 1.0 are OK (and i suppose are pretty valid) to jsgf_build_fsg_internal() and that grammar can be used for decoding (-jsgf) and/or exported to fsg:
Well, it is a minor issue, but without modifying source code i can't use sphinx in this scenario: jsgf -> fsm -> OpenFst minimization (log arcs/weights) -> fsm2fsg.
Thanks. Experiments shows that FSG works better. Besides it's a specific domain (valid/known address dictation; not much of a freedom to spell address differently that statistical language models would benefit)
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
test.gram:
jsgf weights > 1.0 are OK (and i suppose are pretty valid) to
jsgf_build_fsg_internal()
and that grammar can be used for decoding (-jsgf) and/or exported to fsg:But resulting fsg can't be loaded:
because
fsg_model_read()
requires all log weights/probabilities to be <= 1.0:The text was updated successfully, but these errors were encountered: