home *** CD-ROM | disk | FTP | other *** search
/ World Book - Encyclopedia of Science / WBScience.iso / DATA / books / 20000d04 / query / style / style.NGM < prev    next >
Text File  |  2001-05-08  |  1KB  |  51 lines

  1. # $Id: style.ngm,v 1.3 1996/05/03 03:54:05 hbolton Exp $
  2. # Copyright (C) 1987-1995 Verity, Inc.
  3. #
  4. # Ngram Index Descriptor
  5. #
  6. $control: 1
  7. descriptor:
  8. {
  9.   data-table:   _df
  10.     /num-records=1
  11.     /max-records=1
  12.   {
  13.     # Header information for partition management
  14.     worm:       _DBVERSION      text
  15.     fixwidth:   _NGMSTAMP       4  date
  16.     fixwidth:   _WLDSTAMP       4  date
  17.     fixwidth:   _WLDREV         4  signed-integer 
  18.     
  19.     fixwidth:   _SPARE1         16 text
  20.     fixwidth:   _SPARE2         4 signed-integer
  21.   }
  22.  
  23.  
  24.   # accelerated index and text 
  25.   data-table:   ng1
  26.   {
  27.     fixwidth:  NGRAMLEV1        3 text  
  28.   }
  29.   data-table:  ng2
  30.   {
  31.     fixwidth: NGRAMLEV2         3 text
  32.   }
  33.   data-table:  ng3
  34.   {
  35.     fixwidth: NGRAMTEXT         3 text
  36.   }
  37.  
  38.   # instance vectors
  39.   data-table:   ngv
  40.   {
  41.     varwidth:   NGRAMRECS    ngr
  42.     fixwidth:   NGRAMRECS_OF    4 unsigned-integer
  43.     fixwidth:   NGRAMRECS_SZ    3 unsigned-integer
  44.     
  45.     varwidth:   NGRAMINFO    ngi
  46.     fixwidth:   NGRAMINFO_OF    4 unsigned-integer
  47.     fixwidth:   NGRAMINFO_SZ    3 unsigned-integer
  48.   }
  49. }
  50. $$
  51.