xapian-core  1.4.25
earlyenglish.h
Go to the documentation of this file.
1 /* Generated by Snowball 2.0.0 - https://snowballstem.org/ */
2 
3 
4 #include "steminternal.h"
5 
6 namespace Xapian {
7 
9  unsigned char I_Y_found;
10  int I_p2;
11  int I_p1;
12  int r_Step_5b();
13  int r_Step_5a();
14  int r_Step_4();
15  int r_Step_3();
16  int r_Step_2();
17  int r_Step_1c();
18  int r_Step_1b();
19  int r_Step_1a();
20  int r_R2();
21  int r_R1();
22  int r_shortv();
23 
24  public:
25 
28  int stem();
29  std::string get_description() const;
30 };
31 
32 }
The Xapian namespace contains public interfaces for the Xapian library.
Definition: compactor.cc:80
Base class for implementations of stemming algorithms.
int stem()
Virtual method implemented by the subclass to actually do the work.
std::string get_description() const
Return a string describing this object.