Ignore:
Timestamp:
2001-05-24T17:06:48+12:00 (23 years ago)
Author:
sjboddie
Message:

Fiddled about with mgpp to get it compiling on Windows under VC++ 6.0. I
still can't get it to compile under VC++ 4.2 because of some weird
behaviour in STLport.

Also tidied up a little and removed some of the old log information
that was scattered about in some of the files.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/src/mgpp/lib/simplefrenchstem.h

    r855 r2468  
    1717 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
    1818 *
    19  * $Id$
    20  *
    2119 **************************************************************************/
    22 
    23 /*
    24    $Log$
    25    Revision 1.1  2000/01/14 02:17:15  sjboddie
    26    Rodgers new C++ mg
    27 
    28    Revision 1.1  1999/10/11 02:55:29  cs025
    29    Base install of MG-PP
    30 
    31    Revision 1.1  1999/08/10 21:17:04  sjboddie
    32    renamed mg-1.3d directory mg
    33 
    34    Revision 1.1  1998/11/25 07:55:37  rjmcnab
    35 
    36    Modified mg to that you can specify the stemmer you want
    37    to use via a command line option. You specify it to
    38    mg_passes during the build process. The number of the
    39    stemmer that you used is stored within the inverted
    40    dictionary header and the stemmed dictionary header so
    41    the correct stemmer is used in later stages of building
    42    and querying.
    43 
    44    Revision 1.1  1998/11/24 06:37:53  rjmcnab
    45 
    46    Incorporated the french stemmer better.
    47 
    48 
    49  */
    5020
    5121#ifndef SIMPLEFRENCHSTEM_H
Note: See TracChangeset for help on using the changeset viewer.