Differences between spellings in British/Au and US english

Forum for TextAloud version 3

Moderator: Jim Bretti

Differences between spellings in British/Au and US english

Postby tphiau » Thu Dec 17, 2009 2:58 am

I have a dictionary question / request.
I use Australian spelling (essentially British spelling).
If I use US voices that are based on US dictionaries, say like Heather or Ryan, and use Aussie spellings for words like:
... scepticism, favourite, envisaged, humourless
I get quite odd pronunciations. To get this right, I need to do a respell for every word which has a different British-US spelling.
I have been able to write rules which deal with some of these, but its quite labour intensive.

I have had some success with constructs like:
... recognise, realisation, civilisation, colour, humour, favour, favoured
But not:
... humourless, or favourite, for example
Is there any way of correcting this difference in software? Or providing a list of these variant respellings as a standard dictionary addition?

Oddly, the Australian scansoft voices are able to pronounce US spellings correctly. UK Graham gets most of them too.
Thanks,
Tony
tphiau
 
Posts: 22
Joined: Tue Oct 30, 2007 7:11 am

Phoneme Spelling May be the Way to Go

Postby PHenry1026 » Thu Dec 17, 2009 9:08 pm

Greetings Tony,

From your posting I was not sure if you tried the following two approaches:

1. Regex Solution:

(?<=^|\s)favou?r(?=\s)

Respell: favor

2. Phoneme Solution (TA3 Phoneme Dictionary or Your Language Phoneme Dictionary):

Word: favour

Phoneme: f ey 1 v er

Personally, I prefer the Phoneme Solution which may be more labor intensive to implement.

The regex solution could be generalized further like favou?r(ites?)? to handle different permutations:

Respell: favor$1


u? mean the u is optional.

Percy Henry



Percy Henry
PHenry1026
 
Posts: 237
Joined: Thu Jan 11, 2007 12:10 pm

Re: Differences between spellings in British/Au and US english

Postby kremesch » Fri Dec 18, 2009 1:06 pm

I have the same issue because Canadian spelling is like British.

I usually only make one edit per word as a regular expression that works for different spelling variations though.

for example:

Code: Select all
Text Matching: Regular Expression

Word: colour*

Pronunciation: color


What this does is it changes the word so that TA will also correctly pronounce most variations of the word(s) colour, colours, coloured, colouring, etc... with just the one edit.
kremesch
 
Posts: 178
Joined: Sun Jan 13, 2008 5:53 pm
Location: Canada


Return to TextAloud 3 Forum

Who is online

Users browsing this forum: No registered users and 1 guest