/[wait]/trunk/stemmer.h
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Contents of /trunk/stemmer.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 88 - (show annotations)
Mon May 24 13:44:01 2004 UTC (19 years, 10 months ago) by dpavlin
File MIME type: text/plain
File size: 457 byte(s)
move cvs-head to trunk

1 /* WIDE AREA INFORMATION SERVER SOFTWARE
2 No guarantees or restrictions. See the readme file for the full standard
3 disclaimer.
4
5 */
6
7 /* Copyright (c) CNIDR (see stemmer.c) */
8
9
10 #ifndef STEMMER_H
11 #define STEMMER_H
12
13 #ifdef __cplusplus
14 /* declare these as C style functions */
15 extern "C"
16 {
17 #endif /* def __cplusplus */
18
19
20 /* main stemmer routine */
21 int Stem _((char *word));
22
23 #ifdef __cplusplus
24 }
25 #endif /* def __cplusplus */
26
27 #endif /* STEMMER_H */

Properties

Name Value
cvs2svn:cvs-rev 1.1

  ViewVC Help
Powered by ViewVC 1.1.26