languages/hungarian.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 InternalStemHungarian : public Stem::Internal {
00008     int I_p1;
00009   public:
00010     int r_double();
00011     int r_undouble();
00012     int r_factive();
00013     int r_instrum();
00014     int r_plur_owner();
00015     int r_sing_owner();
00016     int r_owned();
00017     int r_plural();
00018     int r_case_other();
00019     int r_case_special();
00020     int r_case();
00021     int r_v_ending();
00022     int r_R1();
00023     int r_mark_regions();
00024 
00025     InternalStemHungarian();
00026     ~InternalStemHungarian();
00027     int stem();
00028     const char * get_description() const;
00029 };
00030 
00031 }

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