languages/kraaij_pohlmann.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 InternalStemKraaij_pohlmann : public Stem::Internal {
00008     unsigned char B_GE_removed;
00009     unsigned char B_stemmed;
00010     unsigned char B_Y_found;
00011     int I_p2;
00012     int I_p1;
00013     int I_x;
00014     symbol * S_ch;
00015   public:
00016     int r_measure();
00017     int r_Lose_infix();
00018     int r_Lose_prefix();
00019     int r_Step_1c();
00020     int r_Step_6();
00021     int r_Step_7();
00022     int r_Step_4();
00023     int r_Step_3();
00024     int r_Step_2();
00025     int r_Step_1();
00026     int r_lengthen_V();
00027     int r_VX();
00028     int r_V();
00029     int r_C();
00030     int r_R2();
00031     int r_R1();
00032 
00033     InternalStemKraaij_pohlmann();
00034     ~InternalStemKraaij_pohlmann();
00035     int stem();
00036     const char * get_description() const;
00037 };
00038 
00039 }

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