source: trunk/gsdl3/src/packages/mg/lib/simplefrenchstem.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.7 KB
Line 
1/**************************************************************************
2 *
3 * simplefrenchstem.h -- a simple french stemmer
4 *
5 * This program is free software; you can redistribute it and/or modify
6 * it under the terms of the GNU General Public License as published by
7 * the Free Software Foundation; either version 2 of the License, or
8 * (at your option) any later version.
9 *
10 * This program is distributed in the hope that it will be useful,
11 * but WITHOUT ANY WARRANTY; without even the implied warranty of
12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13 * GNU General Public License for more details.
14 *
15 * You should have received a copy of the GNU General Public License
16 * along with this program; if not, write to the Free Software
17 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
18 *
19 * $Id: simplefrenchstem.h 3745 2003-02-20 21:20:24Z mdewsnip $
20 *
21 **************************************************************************/
22
23/*
24 $Log$
25 Revision 1.1 2003/02/20 21:14:16 mdewsnip
26 Addition of MG package for search and retrieval
27
28 Revision 1.1 1999/08/10 21:17:04 sjboddie
29 renamed mg-1.3d directory mg
30
31 Revision 1.1 1998/11/25 07:55:37 rjmcnab
32
33 Modified mg to that you can specify the stemmer you want
34 to use via a command line option. You specify it to
35 mg_passes during the build process. The number of the
36 stemmer that you used is stored within the inverted
37 dictionary header and the stemmed dictionary header so
38 the correct stemmer is used in later stages of building
39 and querying.
40
41 Revision 1.1 1998/11/24 06:37:53 rjmcnab
42
43 Incorporated the french stemmer better.
44
45
46 */
47
48#ifndef SIMPLEFRENCHSTEM_H
49#define SIMPLEFRENCHSTEM_H
50
51void simplefrenchstem (unsigned char *word);
52
53#endif
Note: See TracBrowser for help on using the repository browser.