Search found 8 matches

by dinoe
Wed Oct 19, 2011 7:51 am
Forum: TextAloud 3 Forum
Topic: Switch on/off pronunciation dictionary?
Replies: 4
Views: 15462

Switch on/off pronunciation dictionary?

Hi there,

I have made quite some modification to my pronunciation dictionary...

Now there is a time (with the Firefox plug-in) where I want to run unmodified!

Is there a shortcut to switch off the pronunciation dictionary temporarily?

Maybe this is a wish for the future...

dinoe
by dinoe
Thu Sep 08, 2011 2:26 am
Forum: TextAloud 3 Forum
Topic: Regular Expression: Digits omitted
Replies: 2
Views: 13136

Re: Regular Expression: Digits omitted

Thanks Jim, thats very good :)
by dinoe
Sun Sep 04, 2011 3:13 am
Forum: TextAloud 3 Forum
Topic: Regular Expression: Digits omitted
Replies: 2
Views: 13136

Regular Expression: Digits omitted

Hi there! It´s about omitting numbers again (omit strings of 1-2-digits only and read the longer strings fully). The precise task: what must we do to omit every string of one or two digits surrounded by space or other non-digit characters)? With the regular expressions /d and /d/d we can easily omit...
by dinoe
Sat Jun 25, 2011 3:46 pm
Forum: TextAloud 3 Forum
Topic: Reading PDF with preserved layout?
Replies: 1
Views: 11190

Reading PDF with preserved layout?

Question: How about extending the Nextup family with a facility to read a PDF file within a preserved layout (pictures, sketches alongside)? And that with highlighting and all the other features as we like it so much in TextAloud! Maybe with a plugin for an external software... :?:
by dinoe
Mon Jun 20, 2011 3:16 pm
Forum: TextAloud 3 Forum
Topic: how to skip numbers?
Replies: 15
Views: 22388

Re: how to skip numbers?

Hi Jim, thank you, it´s now working very well :-)
by dinoe
Mon Jun 20, 2011 2:50 pm
Forum: TextAloud 3 Forum
Topic: how to skip numbers?
Replies: 15
Views: 22388

Re: how to skip numbers?

I just copied you something at random and sent it to you (in the attachment an ASCII file with digits at the beginning of the line).
by dinoe
Mon Jun 20, 2011 2:17 pm
Forum: TextAloud 3 Forum
Topic: how to skip numbers?
Replies: 15
Views: 22388

Re: how to skip numbers?

No unfortunately not (all digits are pronounced with "(?m)^(\d+\.\s)"). I must add, that the digits are on the beginning of each line in ASCII, since TA does textwrap there are not numbers on each and every line (depending on the length of the line). Thanks a lot for looking into it!
by dinoe
Mon Jun 20, 2011 7:37 am
Forum: TextAloud 3 Forum
Topic: how to skip numbers?
Replies: 15
Views: 22388

Re: how to skip numbers?

With TA 3.0.23 I have a similar problem to solve: numbers at beginning of line should be skipped - lines are all numbered at the beginning then followed by space, then upper or lower case words. Only these digits/numbers at the beginning should be skipped. I tried the masks from Jim Bretti and PHenr...