home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 141.lha / betterspeech.doc < prev    next >
Text File  |  1986-11-20  |  2KB  |  75 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.  
  8.  
  9.  
  10.  
  11.  
  12.                                 BetterSpeech Version 1.0
  13.  
  14.                              A speech enhancement Utility
  15.                                        for the
  16.                                    Commodore Amiga
  17.  
  18.  
  19.                                    April, 1988
  20.  
  21.  
  22.  
  23. Copyright (C) Dexter (Chip) Orange, 1988.
  24.  
  25.  
  26.  
  27.      BetterSpeechis a program designed to be run in the background
  28. so it can intercept calls to the Translate routine of the Translator library and
  29. do some pre-processing of the text before it is translated.
  30. This processing is usually of two forms:
  31. substitution of alternate pronunciations for specific words which are normally mispronounced,
  32. and the translation of numeric sequences into their proper english pronunciation.
  33. (this latter includes the proper pronunciation of dates such as 1978).
  34.      When BetterSpeech is involked (you do
  35. this by typing: RUN BetterSpeech),
  36. it looks for a file called DEVS:Translator.Exceptions.
  37. If this file exists, BetterSpeech assumes that it contains a list of
  38. exceptions and alternate pronunciations for these exceptions.
  39. The format of this file is:
  40.  
  41. <exception>
  42. <its replacement>
  43. .
  44. .
  45. .
  46.  
  47.  
  48.  
  49.      A sample translator.exceptions file
  50. is provided in this distribution so you can get the idea.
  51.  
  52.      You can force BetterSpeech to unload by sending
  53. it a control-C break with the BREAK command like so:
  54.  
  55. BREAK 2
  56.  
  57. (use the proper task number, the 2 here is
  58. just an example).
  59.  
  60.  
  61.  
  62.      BetterSpeech is freely distributable, and I would appreciate any
  63. coments/suggestions/bug reports at any of the following:
  64.  
  65.  
  66. U.S. snail:
  67.      3227 Rain Valley Ct.
  68.       Tallahassee, FL. 32308
  69.  
  70. CIS: 71450,1162
  71.  
  72.  
  73.  
  74.  
  75.