home *** CD-ROM | disk | FTP | other *** search
/ Programmer's ROM - The Computer Language Library / programmersrom.iso / ada / spell / spell2.pro < prev    next >
Encoding:
Text File  |  1988-05-03  |  4.1 KB  |  86 lines

  1. -------- SIMTEL20 Ada Software Repository Prologue ------------
  2. --                                                           -*
  3. -- Unit name    : Spelling Checker
  4. -- Version      : 1.0
  5. -- Author       : John Foreman
  6. --              : Texas Instruments, Inc.
  7. --              : P.O. Box 801 MS 8007
  8. --              : McKinney, TX  75069
  9. --              : Contact: Lt. Colonel Falgiano
  10. --              : ESD/SCW
  11. --              : Hanscom AFB, MA  01731
  12. -- DDN Address  :
  13. -- Copyright    : (c) 1985 Texas Instruments, Inc.
  14. -- Date created : 14 December 1984
  15. -- Release date : March 1985
  16. -- Last update  : 
  17. -- Machine/System Compiled/Run on :
  18. --                                                           -*
  19. ---------------------------------------------------------------
  20. --                                                           -*
  21. -- Keywords     : 
  22. ----------------:
  23. --
  24. -- Abstract     : Procedure  SPELLER is an interactive spell
  25. ----------------: checking utility.  The "default" format shall
  26. ----------------: be interactive.  Options allow the user to 
  27. ----------------: *enable auxiliary dictionary search
  28. ----------------: *merge two or more dictionaries together
  29. ----------------: *list the contents of a specified dictionary
  30. ----------------: *execute in batch mode
  31. ----------------: *generate an output file containing all suspect
  32. ----------------:  words
  33. ----------------: *disable the MASTER dictionary and or enable
  34. ----------------:  the ACRONYM dictionary
  35. ----------------: This procedure establishes the first level user
  36. ----------------: interface.  From this level the user will be 
  37. ----------------: able to access the HELP facility, merge two or
  38. ----------------: more dictionaries, list out a dictionary and 
  39. ----------------: begin the spell checking process of a document.
  40. ----------------: 
  41. ----------------: This tool was developed as a precursor for 
  42. ----------------: the WMCCS Information System (WIS).  An
  43. ----------------: executable version of the tool has been 
  44. ----------------: demonstrated.  This source code has sub-
  45. ----------------: sequently been recompiled but has not under-
  46. ----------------: gone extensive testing.
  47. ----------------:
  48. --                                                           -*
  49. ------------------ Revision history ---------------------------
  50. --                                                           -*
  51. -- DATE         VERSION AUTHOR                  HISTORY 
  52. -- 03/85          1.0   John Foreman            Initial Release
  53. --                                                           -*
  54. ------------------ Distribution and Copyright -----------------
  55. --                                                           -*
  56. -- This prologue must be included in all copies of this software.
  57. -- 
  58. -- This software is copyright by the author.
  59. -- 
  60. -- This software is released to the Ada community.
  61. -- This software is released to the Public Domain (note:
  62. --   software released to the Public Domain is not subject
  63. --   to copyright protection).
  64. -- Restrictions on use or distribution:  NONE
  65. --                                                           -*
  66. ----------------- Disclaimer ----------------------------------
  67. --                                                           -*
  68. -- This software and its documentation are provided "AS IS" and
  69. -- without any expressed or implied warranties whatsoever.
  70. --
  71. -- No warranties as to performance, merchantability, or fitness
  72. -- for a particular purpose exist.
  73. --
  74. -- Because of the diversity of conditions and hardware under
  75. -- which this software may be used, no warranty of fitness for
  76. -- a particular purpose is offered.  The user is advised to 
  77. -- test the software thoroughly before relying on it.  The user
  78. -- must assume the entire risk and liability of using this 
  79. -- software.
  80. --
  81. -- In no event shall any person or organization of people be
  82. -- held responsible for any direct, indirect, consequential
  83. -- or inconsequential damages or lost profits.
  84. --                                                          -*
  85. ----------------- END-PROLOGUE -------------------------------
  86.