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 InternalStemDanish : public Stem::Internal { 00008 int I_x; 00009 int I_p1; 00010 symbol * S_ch; 00011 public: 00012 int r_undouble(); 00013 int r_other_suffix(); 00014 int r_consonant_pair(); 00015 int r_main_suffix(); 00016 int r_mark_regions(); 00017 00018 InternalStemDanish(); 00019 ~InternalStemDanish(); 00020 int stem(); 00021 const char * get_description() const; 00022 }; 00023 00024 }