1 /* This file was generated automatically by the Snowball to ISO C++ compiler */
2 
3 #include "steminternal.h"
4 
5 namespace Xapian {
6 
7 class InternalStemDutch : public SnowballStemImplementation {
8     int I_p2;
9     int I_p1;
10     unsigned char B_e_found;
11   public:
12     int r_standard_suffix();
13     int r_undouble();
14     int r_R2();
15     int r_R1();
16     int r_mark_regions();
17     int r_en_ending();
18     int r_e_ending();
19     int r_postlude();
20     int r_prelude();
21 
22     InternalStemDutch();
23     ~InternalStemDutch();
24     int stem();
25     std::string get_description() const;
26 };
27 
28 }
29