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
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:
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: