-
Notifications
You must be signed in to change notification settings - Fork 64
New issue
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
Library Documentation and Numbers as non text #79
Comments
Re #1, I know "better documentation" is on the TODO list. But I will tell you how I usually figure it out:
That is still quite convoluted, and kinda asks a JS dev to know C++. One of these days, I would like to get a build of vosk-browser working and see if I contribute docs or something else like that to the project. Re #2, no comment other than that I like the idea. IANAMaintainer |
Ok thanks. I will try to use your method. So your planning to add a parameter for "just recognizing" numbers ? |
To be clear, I'm not the maintainer. Just another user like you.
But it occurs to me that converting number text to numbers is possible,
useful to me as well as you, and might be a worthy PR for vosk-web or some
other open source add on.
It amounts to a function that takes text as input, parses cleverly
according to language-specific rulesets, and replaces text with numbers.
…On Fri, Jan 19, 2024, 12:41 PM DanielUsselmann ***@***.***> wrote:
Ok thanks. I will try to use your method.
So your planning to add a parameter for "just recognizing" numbers ?
Because currently I need to map it from text to numbers.
Or do you have another idea ?
—
Reply to this email directly, view it on GitHub
<#79 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACB3GHTENYAJ5VGEIQONB4TYPLK6VAVCNFSM6AAAAABB7FJLXKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSMBRGA4DGNRYHA>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Okay understand. I am currently developing this "Converter" by myself, but of course not for every language.. |
I have two questions:
Is there a documentation for the library available for any parameters that can be set?
Is there the possibility to get numbers as number and not as text:
User says "100" the recognizer outputs "one hundred"
I want to get the 100 as output without writing a mapping function.
The text was updated successfully, but these errors were encountered: