languages/porter.h

Go to the documentation of this file.
00001 /* This file was generated automatically by the Snowball to ISO C++ compiler */
00002 
00003 #include "steminternal.h"
00004 
00005 namespace Xapian {
00006 
00007 class InternalStemPorter : public Stem::Internal {
00008     unsigned char B_Y_found;
00009     int I_p2;
00010     int I_p1;
00011   public:
00012     int r_Step_5b();
00013     int r_Step_5a();
00014     int r_Step_4();
00015     int r_Step_3();
00016     int r_Step_2();
00017     int r_Step_1c();
00018     int r_Step_1b();
00019     int r_Step_1a();
00020     int r_R2();
00021     int r_R1();
00022     int r_shortv();
00023 
00024     InternalStemPorter();
00025     ~InternalStemPorter();
00026     int stem();
00027     const char * get_description() const;
00028 };
00029 
00030 }

Documentation for Xapian (version 1.0.10).
Generated on 24 Dec 2008 by Doxygen 1.5.2.