DataMuseum.dk

Presents historical artifacts from the history of:

Rational R1000/400 Tapes

This is an automatic "excavation" of a thematic subset of
artifacts from Datamuseum.dk's BitArchive.

See our Wiki for more about Rational R1000/400 Tapes

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - metrics - download
Index: S T

⟦1b239a1cd⟧ TextFile

    Length: 3475 (0xd93)
    Types: TextFile
    Names: »SPELL1_PRO«

Derivation

└─⟦180fe333a⟧ Bits:30000405 8mm tape, Rational 1000, SW CATALOG, 10_20_0
└─⟦180fe333a⟧ Bits:30000537 8mm tape, Rational 1000, SW Catalog 10_20_0
    └─⟦5cb1d1d7f⟧ »DATA« 
        └─⟦3b1ee7bd8⟧ 
            └─⟦this⟧ 

TextFile


-------- SIMTEL20 Ada Software Repository Prologue ------------
--                                                           -*
-- Unit name    : speller
-- Version      : 1.0
-- Author       : Texas Instruments
--              : Ada Technology Branch
--              : PO Box 801, MS 8007
--              : McKinney, TX  75069
-- DDN Address  : JFOREMAN at ECLB
-- Copyright    : (c) N/A
-- Date created :  17 Apr 85
-- Release date :  17 Apr 85
-- Last update  :  17 Apr 85
-- Machine/System Compiled/Run on : DG MV 10000, ROLM ADE
-- Note         : Work done under contract to Naval Oceans Systems
--              :  Center (NOSC)
--                                                           -*
---------------------------------------------------------------
--                                                           -*
-- Keywords     :  spelling checker, spelling corrector
----------------:
--
-- Abstract     :  
-- Procedure SPELLER is an interactive spell checking utility.
-- Options shall allow the user to
--        1.  enable auxiliary dictionary search
--        2.  merge two or more dictionaries together
--        3.  list the contents of a specified dictionary
--        4.  execute in batch mode
--        5.  generate an output file containing all suspect words.
--        6.  disable the MASTER dictionary and or enable the ACRONYM
--            dictionary.
-- This procedure will establish the first level user interface.
-- From this level the user will be able to access the HELP facility,
-- MERGE two or more dictionaries, LIST out a dictionary and begin the
-- spell checking process of a document.

--                                                           -*
------------------ Revision history ---------------------------
--                                                           -*
-- DATE         VERSION	AUTHOR                  HISTORY
-- 4/17/85	1.0	TI Ada Technology Branch	Initial Release
--                                                           -*
------------------ Distribution and Copyright -----------------
--                                                           -*
-- This prologue must be included in all copies of this software.
--
-- This software is released to the Ada community.
-- This software is released to the Public Domain (note:
--   software released to the Public Domain is not subject
--   to copyright protection).
-- Restrictions on use or distribution:  NONE
--                                                           -*
------------------ Disclaimer ---------------------------------
--                                                           -*
-- This software and its documentation are provided "AS IS" and
-- without any expressed or implied warranties whatsoever.
-- No warranties as to performance, merchantability, or fitness
-- for a particular purpose exist.
--
-- Because of the diversity of conditions and hardware under
-- which this software may be used, no warranty of fitness for
-- a particular purpose is offered.  The user is advised to
-- test the software thoroughly before relying on it.  The user
-- must assume the entire risk and liability of using this
-- software.
--
-- In no event shall any person or organization of people be
-- held responsible for any direct, indirect, consequential
-- or inconsequential damages or lost profits.
--                                                           -*
-------------------END-PROLOGUE--------------------------------