/[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

Annotation of /trunk/stemmer.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 10 - (hide annotations)
Fri Apr 28 15:40:52 2000 UTC (23 years, 11 months ago) by ulpfr
Original Path: cvs-head/stemmer.h
File MIME type: text/plain
File size: 457 byte(s)
Initial revision

1 ulpfr 10 /* 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