home *** CD-ROM | disk | FTP | other *** search
/ ProfitPress Mega CDROM2 …eeware (MSDOS)(1992)(Eng) / ProfitPress-MegaCDROM2.B6I / TEXT / UTILITY / TEABD100.ZIP / TEABD100.DOC next >
Encoding:
Text File  |  1992-04-04  |  1.2 KB  |  33 lines

  1. TEA Database Builder - Version 1.00
  2. -----------------------------------
  3.  
  4. This archive contains an encoder for the database files used by The
  5. Electronic Alveary. The core TEA package can be found in archives
  6. named TEAnnn.ZIP where nnn is the version number.
  7.  
  8. This archive should contain the following files:
  9.  
  10.         TEABD100.DOC    This document
  11.         TEABUILD.C      'C' source for the database builder
  12.         TEABUILD.EXE    The database builder compiled for MS-DOS
  13.  
  14. Under MS-DOS you can use TEABUILD to convert an ASCII word list file
  15. into the encoded form that is directly used by the TEA program.
  16.  
  17. Each line of the input file is assumed to be a single entry used in
  18. matching; upper and lower case letters, spaces, apostrophes and
  19. hyphens are encoded in the output database. All other characters are
  20. discarded.
  21.  
  22. For the best possible compression, the input file should be sorted
  23. alphabetically with case differences and all non-alphabetic characters
  24. ignored in the sort.
  25.  
  26. The database builder is used as follows:
  27.  
  28.         TEABUILD <ascii_input_file>
  29.  
  30. The program will generate files named WORDS.nn containing the encoded
  31. word list. These can then be used with TEA as described in the manual
  32. included with the core package.
  33.