Page 1 of 1

Custom pronounciation of "m" - Meters vs. millions

Posted: Wed Dec 29, 2010 3:09 pm
by kudos
I use TA to read a lot of articles containing population and financial amounts where the use of the suffix "m" stands for "million" (e.g., 320m). However, by default, I've noticed that TA reads "m" when suffixed to another number as "meters".

I've encountered this annoyance since TA2 and am not sure how to go about fixing it. I tried to fix it in the pronounciation editor in TA2 but couldn't find a way where the "m" is suffixed to a number.

Is there any way to do this in TA3?

Re: Custom pronounciation of "m" - Meters vs. millions

Posted: Thu Dec 30, 2010 10:54 am
by Jim Bretti
You can use the pronunciation editor to handle this. Under the Tools menu, click Pronunciation Dictionary Maintenance. You'll want to add a dictionary entry that uses a regular expression (pattern match) to look for the letter m suffixed to 1 or more numbers.

The entry would look like this:

Text Matching: Regular Expression: (\d+)m
Pronounce Using: Respell: $1 million

Let me know if you have trouble getting that to work.

Re: Custom pronounciation of "m" - Meters vs. millions

Posted: Wed Jan 05, 2011 7:50 pm
by kudos
Good stuff. Works perfectly, Jim. Thank you.