/[MITgcm]/mitgcm.org/devel/buildweb/pkg/swish-e/src/stemmer.h
ViewVC logotype

Annotation of /mitgcm.org/devel/buildweb/pkg/swish-e/src/stemmer.h

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.1 - (hide annotations) (download)
Fri Sep 20 19:47:29 2002 UTC (22 years, 10 months ago) by adcroft
Branch point for: Import, MAIN
File MIME type: text/plain
Initial revision

1 adcroft 1.1 /*
2     ** stemmer.h
3     */
4    
5     typedef enum {
6     STEM_OK,
7     STEM_NOT_ALPHA, /* not all alpha */
8     STEM_TOO_SMALL, /* word too small to be stemmed */
9     STEM_WORD_TOO_BIG, /* word it too large to stem, would would be too large */
10     STEM_TO_NOTHING /* word stemmed to the null string */
11    
12     } STEM_RETURNS;
13    
14    
15     int Stem (char **, int *);
16    

  ViewVC Help
Powered by ViewVC 1.1.22