home *** CD-ROM | disk | FTP | other *** search
/ 17 Bit Software 2: Collection B / 17Bit_Collection_B.iso / files / 2224.dms / in.adf / docs / BetterSpeech.doc.pp / BetterSpeech.doc
Encoding:
Text File  |  1990-09-13  |  1.6 KB  |  60 lines

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