Skip to content
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

number reading #178

Closed
nvaccessAuto opened this issue Jan 1, 2010 · 7 comments
Closed

number reading #178

nvaccessAuto opened this issue Jan 1, 2010 · 7 comments

Comments

@nvaccessAuto
Copy link

Reported by jrutkowski on 2008-09-18 15:15
A checkbox in the voice dialog box that toggles whether the currently selected synth speaks full numbers of digits.
Blocked by #4273

@nvaccessAuto
Copy link
Author

Comment 1 by pvagner on 2008-09-18 17:47
I am not sure I can understand correctly. Are you asking for an option which will force NVDA to say "one two three four" instead of one thousand two hundret thirty four?
I think this is very experimental feature because it will even make reading times and dates digit by digit. More over this is already possible with speech dictionaries.
Here is an example entry:
Pattern: "(\d)(\d)"
Replacement: "\1 \2 "
regular expression: yes.
Pattern and replacement should be typed without the quotes. This can be used in the voice or temporary dictionary.

@nvaccessAuto
Copy link
Author

Comment 2 by jteh on 2008-09-18 20:49
Changes:
Milestone changed from 0.6 to None

@nvaccessAuto
Copy link
Author

Comment 3 by aleksey_s on 2009-02-16 21:57
developers, what do you thing about this one? I offer closing becouse nvda for now does not preprocess numbers (just leading zeros) and all other stuff can be done through dictionaries.

@nvaccessAuto
Copy link
Author

Comment 4 by jteh on 2009-02-16 22:12
As noted above, this can currently be done with speech dictionaries. We won't implement this, at least for now.
Changes:
Added labels: wontfix
State: closed

@nvaccessAuto
Copy link
Author

Comment 5 by drein on 2011-08-03 08:42
I re-open the ticket because this feature is quite popular in Italy.
This feature is very useful for people that must read phone number at work.
The best will be to have a radio button or a combobox that say:
read number as: single digit, 2, 3, normal.
For example, the number 123456789:
we could decide if read as:
1, 2, 3, 4, 5, 6, 7, 8, 9.
12, 34, 56, 78, 9.
123, 456, 789.
Is it difficult to do?

Changes:
Removed labels: wontfix
State: reopened

@nvaccessAuto
Copy link
Author

Comment 6 by nvdakor on 2014-07-25 12:56
Hi,
This could be done using advanced facilities in speech dictionaries.

@nvaccessAuto
Copy link
Author

Comment 7 by jteh on 2014-07-28 06:38
Closing as a duplicate of #4273 because there is more activity and some code there.
Changes:
Added labels: duplicate
State: closed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant