/[wait]/branches/WAIT-1.800+fixes/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

Annotation of /branches/WAIT-1.800+fixes/stemmer.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 86 - (hide annotations)
Mon May 24 13:41:28 2004 UTC (19 years, 11 months ago) by dpavlin
File MIME type: text/plain
File size: 457 byte(s)
moved local changes in WAIT-1.800 to latest CVS checkout, save fixed
branch as WAIT-1.800+fixes

1 dpavlin 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 */

  ViewVC Help
Powered by ViewVC 1.1.26