We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi ! Thanks for your work.
When using --correct-sentences , lower the CUTOFF is, more the output is open-ended.
If I set --correct-sentences 0.5 there will be no correction. Instead if I set --correct-sentences 200 every sentences will match my template.
--correct-sentences 0.5
--correct-sentences 200
From what I understood in the readme, the opposite is indicated:
When <CUTOFF> is large, speech recognition is effectively open-ended again.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi !
Thanks for your work.
When using --correct-sentences , lower the CUTOFF is, more the output is open-ended.
If I set
--correct-sentences 0.5
there will be no correction. Instead if I set--correct-sentences 200
every sentences will match my template.From what I understood in the readme, the opposite is indicated:
The text was updated successfully, but these errors were encountered: