home *** CD-ROM | disk | FTP | other *** search
/ Garbo / Garbo.cdr / pc / lingstcs / ldbdemoc.inf < prev    next >
Encoding:
Text File  |  1991-06-04  |  4.3 KB  |  120 lines

  1. The Linguistic DataBase (LDB) is a database program created by the TOSCA
  2. corpus linguistics group at Nijmegen University for the storage and
  3. exploration of syntactically analysed texts. It features a tree viewer
  4. and an extensive query language.
  5.  
  6. The LDB program, together with a 130,000 word analysed corpus of modern English
  7. (the Nijmegen corpus), is available free of charge to academic institutions and
  8. for Hfl. 5000,- to others.
  9.  
  10. A tutorial and reference manual for the LDB can be found in the book:
  11.   Linguistic Exploitation of Syntactic Databases
  12.   Hans van Halteren and Theo van den Heuvel
  13.   Rodopi, Amsterdam (1990)
  14.  
  15. For more information contact:
  16.   Hans van Halteren
  17.   Dept. of Language and Speech
  18.   University of Nijmegen
  19.   P.O. Box 9103
  20.   6500 HD Nijmegen
  21.   the Netherlands
  22.   email: cor_hvh @ kunrc1.urc.kun.nl
  23.  
  24. The demonstration version of the LDB accompanying this information file
  25. will run on any MSDOS machine with a drive C: with about 650K of free space.
  26. No graphics card is required. The demo program is fully operational except for
  27. the following limitations:
  28.   - the program will run only from drive C:
  29.   - in all analysis tree databases only the first 200 trees are accessible
  30.  
  31. The files LDBDEMOC.INF and LDBDEMOC.EXE can be copied and distributed
  32. freely, providing they are kept together. Furthermore, no money may be
  33. charged for distribution, except for the cost of distribution medium and
  34. postage.
  35.  
  36. ==============================================================================
  37.  
  38. To move the demo version to your machine:
  39.   A) If you have received the distribution diskette, obtained the software
  40.      through ftp (binary mode) or executed step B) below you have a program
  41.      named LDBDEMOC.EXE. Move to the directory where this file is stored and
  42.      type (while drive C: is available):
  43.      ldbdemoc -d c:\
  44.      In case this does not yield the files described below, but instead
  45.      the files DONOTRUN.EXE and RUNTHIS.BAT, you started with a special,
  46.      safeguarded version of LDBDEMOC.EXE. This version is meant to prevent
  47.      people who don't have LDBDEMOC.INF (or haven't read it) from accidentally
  48.      removing existing files by executing LDBDEMOC.EXE without parameters.
  49.      As you may already have guessed, you must now type
  50.      c:\runthis
  51.   B) If you have obtained the software through LISTSERV you have the file
  52.      named LDBDEMOC.UUE. You must use UUDECODE to translate this:
  53.      uudecode ldbdemoc.uue
  54.      Now continue as described under A) above.
  55.  
  56. The result should be a directory C:\LDB with the following contents:
  57.   LDB
  58.     DAT
  59.       ADEM01.ANA
  60.       ADEM01.COR
  61.       BW104.ANA
  62.       BW104.COR
  63.     DEMO
  64.       ADEMLDB.DAT
  65.       LADEMLDB.CMD
  66.       LDBDEMO.BAT
  67.       SADEMLDB.CMD
  68.     INFO
  69.       ANALYSES.INF
  70.       LDBDEMOC.INF
  71.     PROG
  72.       ANSI.SYS
  73.       BATCH.DEF
  74.       DEFAULT.KWD
  75.       DEMO.DEF
  76.       INTER.DEF
  77.       LDB.BAT
  78.       LDBCREAT.BAT
  79.       LDBINCL.BAT
  80.       LDBPDEMO.EXE
  81.       LDBPRCIN.EXE
  82.       LDBPRCLD.EXE
  83.       LDBPRCPR.EXE
  84.       LDBPREP.BAT
  85.       LDBPRGCR.EXE
  86.     WORK
  87.       LDB.DAT
  88.  
  89. The demo is operational if the system has been booted while:
  90.   - CONFIG.SYS contains the line
  91.      DEVICE=ANSI.SYS
  92.   - ANSI.SYS is present in the root directory of the boot disk
  93.  
  94. To run the demo (did you check your CONFIG.SYS?):
  95.      c:
  96.      cd \ldb\demo
  97.      ldbdemo
  98.  
  99. ==============================================================================
  100.  
  101. Once you are familiar with the LDB you can also use it outside the demo
  102. environment. For this, C:\LDB\PROG must be part of the search path. This can
  103. be effected by placing the line
  104.      PATH=C:\LDB\PROG
  105. in the file AUTOEXEC.BAT in the root directory of the boot disk. If there is
  106. already a PATH command in AUTOEXEC.BAT append
  107.      ;C:\LDB\PROG
  108. to this line.
  109.  
  110. To run the LDB:
  111.      c:
  112.      cd \ldb\work
  113.      ldb
  114.  
  115. When running the LDB in this fashion, your own work (such as exploration
  116. schemes you stored in the database) will not disappear after you leave
  117. the program. If you inadvertently delete the file LDB.DAT, you can create
  118. a new one by copying the file ADEMLDB.DAT in the directory DEMO. In this case,
  119. however, you do lose everything you may have stored yourself.
  120.