1 /* Generated by Snowball 2.0.0 - https://snowballstem.org/ */
2 
3 
4 #include "steminternal.h"
5 
6 namespace Xapian {
7 
8 class InternalStemFrench : public SnowballStemImplementation {
9     int I_p2;
10     int I_p1;
11     int I_pV;
12     int r_un_accent();
13     int r_un_double();
14     int r_residual_suffix();
15     int r_verb_suffix();
16     int r_i_verb_suffix();
17     int r_standard_suffix();
18     int r_R2();
19     int r_R1();
20     int r_RV();
21     int r_mark_regions();
22     int r_postlude();
23     int r_prelude();
24 
25   public:
26 
27     InternalStemFrench();
28     ~InternalStemFrench();
29     int stem();
30     std::string get_description() const;
31 };
32 
33 }
34