1 /* Generated by Snowball 2.0.0 - https://snowballstem.org/ */
2 
3 
4 #include "steminternal.h"
5 
6 namespace Xapian {
7 
8 class InternalStemHungarian : public SnowballStemImplementation {
9     int I_p1;
10     int r_double();
11     int r_undouble();
12     int r_factive();
13     int r_instrum();
14     int r_plur_owner();
15     int r_sing_owner();
16     int r_owned();
17     int r_plural();
18     int r_case_other();
19     int r_case_special();
20     int r_case();
21     int r_v_ending();
22     int r_R1();
23     int r_mark_regions();
24 
25   public:
26 
27     InternalStemHungarian();
28     ~InternalStemHungarian();
29     int stem();
30     std::string get_description() const;
31 };
32 
33 }
34