Pronouncing logical symbols != , <= , >= , ==, =, as C++

Forum for TextAloud version 3

Moderator: Jim Bretti

Post Reply
rtrumbore
Posts: 5
Joined: Thu Jul 09, 2009 10:49 pm
Contact:

Pronouncing logical symbols != , <= , >= , ==, =, as C++

Post by rtrumbore »

How do I get TA to speak "!=" , "<=" , ">=" as shown below.

!= "is not equal to"
<= "is less than or equal to"
>= "is greater than or equal to"
== "is equal to"
= "is assigned the value"

It's the standalone equal sign that is gliching the other strings such as <= and >=

5 >= 7 says "5 greater than is assigned the value 7"
9 <= 17 says "9 is assigned the value 17"

Thanks

Richard
Jim Bretti
Posts: 1558
Joined: Wed Oct 29, 2003 11:07 am
Contact:

Re: Pronouncing logical symbols != , <= , >= , ==, =, as C++

Post by Jim Bretti »

Hi Richard,

If you create pronunciation dictionary entries for those 5 entries, exactly in the order you have them, I think it should work. You should only need to make sure the Equal entry is processed last, and it will not overwrite the equals symbol in the previous entries. If its not working, make sure your your 'less than or equal' and 'greater than or equal' dictionary entries are really matching. You could disable the other 3 entries, and make sure the <= and >= entries work by themselves.

Let me know if this doesn't help
Jim Bretti
NextUp.com
Post Reply