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 InternalStemLovins : public Stem::Internal { 00008 public: 00009 int r_respell(); 00010 int r_undouble(); 00011 int r_endings(); 00012 int r_CC(); 00013 int r_BB(); 00014 int r_AA(); 00015 int r_Z(); 00016 int r_Y(); 00017 int r_X(); 00018 int r_W(); 00019 int r_V(); 00020 int r_U(); 00021 int r_T(); 00022 int r_S(); 00023 int r_R(); 00024 int r_Q(); 00025 int r_P(); 00026 int r_O(); 00027 int r_N(); 00028 int r_M(); 00029 int r_L(); 00030 int r_K(); 00031 int r_J(); 00032 int r_I(); 00033 int r_H(); 00034 int r_G(); 00035 int r_F(); 00036 int r_E(); 00037 int r_D(); 00038 int r_C(); 00039 int r_B(); 00040 int r_A(); 00041 00042 InternalStemLovins(); 00043 ~InternalStemLovins(); 00044 int stem(); 00045 const char * get_description() const; 00046 }; 00047 00048 }