Quote:
Originally Posted by canderson
Triboro Br is a "branch", not a "bridge", highway 100C is "100 center" (sigh) ...
|
If you look at your roadnrEnglishUS.lex file located in the Loquendo data folder you will see why this is happening
Quote:
Originally Posted by canderson
The problem is that someone has taken the time to record all of the text on the signage very carefully, but nobody back at Loquendo in Italy has taken the time to figure out (or even ask) what it all means.
|
I don't think that is the problem is with Loquendo because it is only saying what text TomTom is asking it to send.
To save space TomTom is parsing BR to Branch and BRG to Bridge (Official USPS Abbreviations)
Try changing the Road Name to Triboro Brg and it will now be Bridge
100C has a C in it and it get's parsed to Center also because of the your roadnrEnglishUS.lex file
C is not an Official USPS Abbreviation. TomTom Should be using CTR
To fix this we would need to know what Loqendo calls Control Tags to use so it will not parse the C to Center.
You can see Control Tags being used in the roadnrEnglishUS.lex file for example "aut" = "\f@-Oa:-th-Oa:-Hr-`u:-th"
That or you can Edit your roadnrEnglishUS.lex and change the mapping of Center.
"c" = "center" to "c" = "c"
This would change it for all Centers and now you would hear C for everything instead of Center.