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 InternalStemFinnish : public Stem::Internal { 00008 unsigned char B_ending_removed; 00009 symbol * S_x; 00010 int I_p2; 00011 int I_p1; 00012 public: 00013 int r_tidy(); 00014 int r_other_endings(); 00015 int r_t_plural(); 00016 int r_i_plural(); 00017 int r_case_ending(); 00018 int r_VI(); 00019 int r_LONG(); 00020 int r_possessive(); 00021 int r_particle_etc(); 00022 int r_R2(); 00023 int r_mark_regions(); 00024 00025 InternalStemFinnish(); 00026 ~InternalStemFinnish(); 00027 int stem(); 00028 const char * get_description() const; 00029 }; 00030 00031 }