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