source: trunk/gsdl/packages/mg/lib/lovinstem.h@ 10853

Last change on this file since 10853 was 439, checked in by sjboddie, 25 years ago

renamed mg-1.3d directory mg

  • Property svn:executable set to *
  • Property svn:keywords set to Author Date Id Revision
File size: 1.7 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 439 1999-08-10 21:23:37Z sjboddie $
22 *
23 **************************************************************************/
24
25/*
26 $Log$
27 Revision 1.1 1999/08/10 21:16:54 sjboddie
28 renamed mg-1.3d directory mg
29
30 Revision 1.1 1998/11/25 07:55:36 rjmcnab
31
32 Modified mg to that you can specify the stemmer you want
33 to use via a command line option. You specify it to
34 mg_passes during the build process. The number of the
35 stemmer that you used is stored within the inverted
36 dictionary header and the stemmed dictionary header so
37 the correct stemmer is used in later stages of building
38 and querying.
39
40 Revision 1.1 1998/11/17 09:32:47 rjmcnab
41 *** empty log message ***
42
43 * Revision 1.2 1994/09/20 04:20:10 tes
44 * Changes made for 1.1
45 *
46 *
47 */
48#ifndef LOVINSTEM_H
49#define LOVINSTEM_H
50
51void lovinstem (unsigned char *word);
52
53#endif
Note: See TracBrowser for help on using the repository browser.