home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / CLIPPER / MISC / CONSULTP.ZIP / READ.ME < prev   
Encoding:
Text File  |  1988-06-24  |  2.0 KB  |  43 lines

  1. CONSULT.arc
  2.  
  3.      This is the source for an expert system which I downloaded last
  4.      winter. I have lost the original archive and docs, so I'll
  5.      try to reconstruct from memory. The original source code for
  6.      this program came from a book with a title something like
  7.      "Expert Systems in Turbo Pascal" (which I own but can't find
  8.      because I'm packing to move) written by an author named
  9.      Sawyer and a collaborator whose name I can't recall. It's
  10.      copyrighted material, but so far as I know is in the public
  11.      domain.  (I don't recall seeing any statements to the contrary.)
  12.      I converted it to TP 4.0, added a couple of things, and
  13.      deleted a menu which gave access to procedures that I felt
  14.      were not useful for a runtime application of this program.
  15.      The original procedures are still in the source code and can be
  16.      easily reactivated. These procedures allow you to control
  17.      the various data and variable assignments that determine the
  18.      outcome of a consultation. The file LIBRARY.pas is my own
  19.      conglomeration of PD Turbo source which I gleaned from
  20.      various archives
  21.  
  22.  
  23.      The original example rulebase is included, and is the only
  24.      documentation I have available for the use of the system.
  25.      Just read the rulebase and I think you'll catch on very
  26.      quickly to the method for creating your own. It's a simple,
  27.      goal-oriented, rule-based system which is very fast and runs
  28.      very nicely. It deserves someone's scrutiny and development,
  29.      something I don't have time for now. Keep in mind that the
  30.      source came from a book, and as such you would need the
  31.      authors' permission for any commercial use. The book is
  32.      available from most of the computer book clubs.
  33.  
  34.      The syntax for running the demo is CONSULT LIFESPAN.
  35.  
  36.      Any comments or questions can be left for me on the BBS
  37.      where you got this.  Good luck !
  38.  
  39.                                         Brian Corll
  40.                                         June 24, 1988
  41.  
  42.  
  43.