# Ruleset for Yosemite (Vocalizer Expressive) # # Copyright (c) 2013 Nuance Communications, Inc. All Rights Reserved. # #RLSTAG: RLS_FE.ENU_8.0.7 [header] language = enu type = address charset = utf-8 [data] # avoid 5 digit ZIP codes are wrongly processed by the rules # for FB57608 or FB42723 /\b([A-Z]{2})\s([\d]{5})/ --> "$1$2" # FB57608 radar17474003 /\b([1-9][0])([1-9][0]{2})\b/ --> "$1 thousand $2" # FB42723 radar14966445 /\b([\d])([\d])([\d])([\d])([\d])\b/ --> "$1 $2 $3 $4 $5" # FB66870 radar19108293 /\b[dD]r(?:\s){1,2}(N|N[Ww]|W|S[Ww]|S|S[Ee]|E|N[Ee])\b/ --> "Drive $1" # tn=address type ruleset removes tn=address markup at the end # this rule enables that tn=address markup can be (re)inserted # in the tn=nav ruleset /^/ --> "\e\\tn=nav\\"