Ignore:
Timestamp:
2000-07-13T10:21:53+12:00 (24 years ago)
Author:
sjboddie
Message:

merged changes to trunk into New_Config_Format branch

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/New_Config_Format-branch/gsdl/src/mgpp/text/Terms.h

    r927 r1279  
    5858  UCArray term; // unstemmed term
    5959  int stemMethod;
    60   unsigned long matchDocs; // tf for level
    61 
     60  unsigned long matchDocs; // tf for level - num levels
     61               // containing this term
     62  unsigned long termFreq;  // overall term freq - num words that
     63                // are this term
    6264  void Clear ();
    6365  TermFreqData () { Clear (); }
Note: See TracChangeset for help on using the changeset viewer.