source: trunk/gsdl/src/mgpp/lib/lovinstem.h@ 855

Last change on this file since 855 was 855, checked in by sjboddie, 24 years ago

Rodgers new C++ mg

  • Property svn:executable set to *
  • Property svn:keywords set to Author Date Id Revision
File size: 1.9 KB
Line 
1/**************************************************************************
2 *
3 * lovinstem.h -- Lovins' stemmer header
4 * Copyright (C) 1994 Linh Huynh,
5 * (glued into library by [email protected])
6 *
7 * This program is free software; you can redistribute it and/or modify
8 * it under the terms of the GNU General Public License as published by
9 * the Free Software Foundation; either version 2 of the License, or
10 * (at your option) any later version.
11 *
12 * This program is distributed in the hope that it will be useful,
13 * but WITHOUT ANY WARRANTY; without even the implied warranty of
14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15 * GNU General Public License for more details.
16 *
17 * You should have received a copy of the GNU General Public License
18 * along with this program; if not, write to the Free Software
19 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
20 *
21 * $Id: lovinstem.h 855 2000-01-14 02:17:52Z sjboddie $
22 *
23 **************************************************************************/
24
25/*
26 $Log$
27 Revision 1.1 2000/01/14 02:17:09 sjboddie
28 Rodgers new C++ mg
29
30 Revision 1.1 1999/10/11 02:55:15 cs025
31 Base install of MG-PP
32
33 Revision 1.1 1999/08/10 21:16:54 sjboddie
34 renamed mg-1.3d directory mg
35
36 Revision 1.1 1998/11/25 07:55:36 rjmcnab
37
38 Modified mg to that you can specify the stemmer you want
39 to use via a command line option. You specify it to
40 mg_passes during the build process. The number of the
41 stemmer that you used is stored within the inverted
42 dictionary header and the stemmed dictionary header so
43 the correct stemmer is used in later stages of building
44 and querying.
45
46 Revision 1.1 1998/11/17 09:32:47 rjmcnab
47 *** empty log message ***
48
49 * Revision 1.2 1994/09/20 04:20:10 tes
50 * Changes made for 1.1
51 *
52 *
53 */
54#ifndef LOVINSTEM_H
55#define LOVINSTEM_H
56
57void lovinstem (unsigned char *word);
58
59#endif
Note: See TracBrowser for help on using the repository browser.