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/text/stemmer.cpp

    r856 r2468  
    1818 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
    1919 *
    20  * $Id$
    21  *
    2220 **************************************************************************/
    2321
     
    2826#include "simplefrenchstem.h"
    2927#include "unitool.h"
    30 
    31 /*
    32    $Log$
    33    Revision 1.1  2000/01/14 02:26:22  sjboddie
    34    Rodgers new C++ mg
    35 
    36    Revision 1.1  1999/10/11 02:58:34  cs025
    37    Base install of MG-PP
    38 
    39    Revision 1.1  1999/08/10 21:18:23  sjboddie
    40    renamed mg-1.3d directory mg
    41 
    42    Revision 1.3  1998/12/17 09:12:54  rjmcnab
    43 
    44    Altered mg to process utf-8 encoded Unicode. The main changes
    45    are in the parsing of the input, the casefolding, and the stemming.
    46 
    47    Revision 1.2  1998/11/25 07:55:51  rjmcnab
    48 
    49    Modified mg to that you can specify the stemmer you want
    50    to use via a command line option. You specify it to
    51    mg_passes during the build process. The number of the
    52    stemmer that you used is stored within the inverted
    53    dictionary header and the stemmed dictionary header so
    54    the correct stemmer is used in later stages of building
    55    and querying.
    56 
    57    Revision 1.1  1998/11/17 09:35:42  rjmcnab
    58    *** empty log message ***
    59 
    60    * Revision 1.3  1994/10/20  03:57:05  tes
    61    * I have rewritten the boolean query optimiser and abstracted out the
    62    * components of the boolean query.
    63    *
    64    * Revision 1.2  1994/09/20  04:42:10  tes
    65    * For version 1.1
    66    *
    67  */
    68 
    6928
    7029#define LOVINSTEMMER        0
Note: See TracChangeset for help on using the changeset viewer.