Ignore:
Timestamp:
2001-11-28T15:07:12+13:00 (22 years ago)
Author:
paynter
Message:

Moved all the sufficCheck functionality into the check.h header and
inlined it.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/src/phind/generate/suffix.h

    r2487 r2867  
    4646typedef unsigned int frequency;
    4747
    48 // The check type is used when we want to store low frequency values.
    49 // Required range: 0 - 8 (could be recoded to use booleans)
    50 typedef unsigned char check;
    51 
    52 
    5348// Global variables
    5449
     
    6257// Suffix and prefix arrays are used to extract phrases
    6358extern symbol  **suffixArray;
    64 extern check    *suffixCheck;
    6559extern symbol  **prefixArray;
    66 extern check    *prefixCheck;
    6760
    6861// Collection-specific information about the first stopword/content symbols
Note: See TracChangeset for help on using the changeset viewer.