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 InternalStemDutch : public Stem::Internal { 00008 int I_p2; 00009 int I_p1; 00010 unsigned char B_e_found; 00011 public: 00012 int r_standard_suffix(); 00013 int r_undouble(); 00014 int r_R2(); 00015 int r_R1(); 00016 int r_mark_regions(); 00017 int r_en_ending(); 00018 int r_e_ending(); 00019 int r_postlude(); 00020 int r_prelude(); 00021 00022 InternalStemDutch(); 00023 ~InternalStemDutch(); 00024 int stem(); 00025 const char * get_description() const; 00026 }; 00027 00028 }