home *** CD-ROM | disk | FTP | other *** search
/ Computer Buyer 1997 January / dpcb197.iso / business / voicepad / CKVVOC.Z / GLOBAL.KVV next >
Text File  |  1996-05-30  |  3KB  |  114 lines

  1. ;
  2. ; File:   GLOBAL.KVV
  3. ;
  4. [Global Words]
  5.  
  6. ; Handle periods and decimal-points.
  7. ; Abbreviations that end with a period by default do not end
  8. ; sentences, and so get one space after.
  9. ; "." (pronounced "period") ends a sentence, so gets a custon SpaceCap
  10. "." = ".", , TEXT, "BE"
  11.  
  12. ; "decimal-point" gets no spaces before and after, so gets a
  13. ; custom SpaceCap
  14. "DECIMAL-POINT" = ".", , TEXT, "BA"
  15.  
  16. ; "," (pronounced "comma") is handled properly by the default SpaceCap
  17. ; "numeric-comma" gets custom SpaceCap: no spaces before and after.
  18. "NUMERIC-COMMA" = ",", , TEXT, "BA"
  19.  
  20. ; The double-quote qords:
  21. ; The basic double-quote should not affect SpaceCaps (transparent)
  22. "" = """", , TEXT, "T"
  23.  
  24. ; "open-quote" has no spaces after, and is transparent
  25. "OPEN-QUOTE" = """", , TEXT, "AT"
  26.  
  27. ; "close-quote" has no spaces before, and is transparent
  28. "CLOSE-QUOTE" = """", , TEXT, "BT"
  29.  
  30. ; The single-quote words are very similar to the double-quote words.
  31. ; The default SpaceCap for "'" is a space before and a space after
  32. "SINGLE-QUOTE" = "'", , TEXT, "T"
  33. "OPEN-SINGLE-QUOTE" = "'", , TEXT, "AT"
  34. "CLOSE-SINGLE-QUOTE" = "'", , TEXT, "BT"
  35.  
  36. ; Since single-quotes ("'") get a space before by default, we need to
  37. ; change the "apostrophe" versions' SpaceCap here
  38. ; "'" (pronounced "apostrophe") has no spaces before
  39. "'" = "'", , TEXT, "B"
  40.  
  41. ; "APOSTROPHE-S" ("'s") has no spaces before
  42. "APOSTROPHE-S" = "'s", , TEXT, "B"
  43.  
  44. ; The following suffix commands were added for 1.3
  45.  
  46. ; Add a 's' as a suffix (pronounced "add-ess") - has no spaces before
  47. "add-S" = "s", , TEXT, "B"
  48.  
  49. ; Add an 'es' as a suffix (pronounced "add-e-ess")- has no spaces before
  50. "add-ES" = "es", , TEXT, "B"
  51.  
  52. ; Add an 'ed' as a suffix (pronounced "add-e-dee")- has no spaces before
  53. "add-ED" = "ed", , TEXT, "B"
  54.  
  55. ; Add an 'er' as a suffix (pronounced "add-e-r")- has no spaces before
  56. "add-ER" = "er", , TEXT, "B"
  57.  
  58. ; Add an 'ing' as a suffix (pronounced "add-i-n-g")- has no spaces before
  59. "add-ING" = "ing", , TEXT, "B"
  60.  
  61. ; Add an 'ly' as a suffix (pronounced "add-l-why")- has no spaces before
  62. "add-LY" = "ly", , TEXT, "B"
  63.  
  64. ; Add an 'er' as a suffix (pronounced "add-tee-h")- has no spaces before
  65. "add-TH" = "th", , TEXT, "B"
  66.  
  67. ; Add an 'es' as a suffix (pronounced "add-ess-tee")- has no spaces before
  68. "add-ST" = "st", , TEXT, "B"
  69.  
  70. ; Add an 'ed' as a suffix (pronounced "add-n-dee")- has no spaces before
  71. "add-ND" = "nd", , TEXT, "B"
  72.  
  73. ; Add an 'ful' as a suffix (pronounced "add-f-you-l")- has no spaces before
  74. "add-FUL" = "ful", , TEXT, "B"
  75.  
  76.  
  77. ; The default SpaceCap for "-" is one space before and after, since
  78. ; we can only suppress them here.
  79. ; "MINUS-SIGN" will also e in the Punctuation Keys list
  80. "MINUS-SIGN" = "-", , TEXT
  81.  
  82. ; "-" (pronounced "hyphen" or "dash") should have no spaces before
  83. ; or after.
  84. "-" = "-", , TEXT, "BA"
  85.  
  86. ; "--" (pronounced "long dash") should have spaces before and
  87. ; after.
  88. "LONG-DASH" = "--", , TEXT
  89.  
  90. ; cue card commands
  91. "voice-alphabet-cue-card" = voice_alphabet_cue_card,,CMD, N, N
  92. "basic-commands-cue-card" = basic_commands_cue_card,,CMD, N, N
  93. "navigation-cue-card" = navigation_cue_card,,CMD, N, N
  94. "punctuation-cue-card" = punctuation_cue_card,,CMD, N, N
  95. "numbers-cue-card" = numbers_cue_card,,CMD, N, N
  96.  
  97.  
  98. ; The rest of the "free text" words.
  99. "[OTHER]" = 
  100.  
  101.  
  102.  
  103.  
  104.  
  105.  
  106.  
  107.  
  108.  
  109.  
  110.  
  111.  
  112.  
  113.  
  114.