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 InternalStemRomanian : public Stem::Internal { 00008 unsigned char B_standard_suffix_removed; 00009 int I_p2; 00010 int I_p1; 00011 int I_pV; 00012 public: 00013 int r_vowel_suffix(); 00014 int r_verb_suffix(); 00015 int r_combo_suffix(); 00016 int r_standard_suffix(); 00017 int r_step_0(); 00018 int r_R2(); 00019 int r_R1(); 00020 int r_RV(); 00021 int r_mark_regions(); 00022 int r_postlude(); 00023 int r_prelude(); 00024 00025 InternalStemRomanian(); 00026 ~InternalStemRomanian(); 00027 int stem(); 00028 const char * get_description() const; 00029 }; 00030 00031 }