-
Hi thank you for this program. I am trying to do phrase detection within a noisy environment. I am trying to detect one-word phrases such as "corner" and "behind". The program detects the sound of the word, but does not consistently transcribe the word (i know this may be due to the noisiness of the environment) I would like to know if there was a way that I could force the software to pick certain one word phrases if they are among the best match while detecting (i.e., if "corner" or "behind" are included in best match, then it should return any of those words). I know this would cause some false positives when detecting those certain phrases, but in my case it does not matter as much. Thank you! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
You can have it return predicted probabilities of those tokens that make up the phrase/words you want along decoded results. |
Beta Was this translation helpful? Give feedback.
You can have it return predicted probabilities of those tokens that make up the phrase/words you want along decoded results.