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 InternalStemRussian : public Stem::Internal { 00008 int I_p2; 00009 int I_pV; 00010 public: 00011 int r_tidy_up(); 00012 int r_derivational(); 00013 int r_noun(); 00014 int r_verb(); 00015 int r_reflexive(); 00016 int r_adjectival(); 00017 int r_adjective(); 00018 int r_perfective_gerund(); 00019 int r_R2(); 00020 int r_mark_regions(); 00021 00022 InternalStemRussian(); 00023 ~InternalStemRussian(); 00024 int stem(); 00025 const char * get_description() const; 00026 }; 00027 00028 }