languages/italian.h

Go to the documentation of this file.
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 InternalStemItalian : public Stem::Internal {
00008     int I_p2;
00009     int I_p1;
00010     int I_pV;
00011   public:
00012     int r_vowel_suffix();
00013     int r_verb_suffix();
00014     int r_standard_suffix();
00015     int r_attached_pronoun();
00016     int r_R2();
00017     int r_R1();
00018     int r_RV();
00019     int r_mark_regions();
00020     int r_postlude();
00021     int r_prelude();
00022 
00023     InternalStemItalian();
00024     ~InternalStemItalian();
00025     int stem();
00026     const char * get_description() const;
00027 };
00028 
00029 }

Documentation for Xapian (version 1.0.10).
Generated on 24 Dec 2008 by Doxygen 1.5.2.