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 was archived by the owner on Jun 19, 2025. It is now read-only.
It would be helpful to provide phrase hints (context words) during inference time to boost probability of certain domain specific phrases in the transcription.
E.g. when passing an audio to python api, user could pass a list of likely phrases in the context
phrase_hints = ['transverse compound fracture', 'high bp', 'per os']
ds.enableDecoderWithLM(args.alphabet, args.lm, args.trie, LM_ALPHA, LM_BETA, phrase_hints)