source: trunk/gsdl3/src/packages/mg/lib/lovinstem.h@ 3745

Last change on this file since 3745 was 3745, checked in by mdewsnip, 21 years ago

Addition of MG package for search and retrieval

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