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

Contents 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.1.1 - (show annotations) (download) (vendor branch)
Fri Sep 20 19:47:29 2002 UTC (22 years, 10 months ago) by adcroft
Branch: Import, MAIN
CVS Tags: baseline, HEAD
Changes since 1.1: +0 -0 lines
File MIME type: text/plain
Error occurred while calculating annotation data.
Importing web-site building process.

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