Windows upper limit on grammer string
Open
- Dominant language
- Jupyter Notebook
- Stars
- 15.1k
- Forks
- 1.8k
- PR merge metrics
- No merged PRs in 30d
Description
In C# if you specify:
VoskRecognizer recPrice = new(modelPath, 22000, grammer_string);
if the grammer_string exceeds 1,000 characters, we get a Unhandled Exception.
Is there an upper limit on this string for specialized words?
Thanks
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.