xapian-core  1.4.25
kraaij_pohlmann.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_GE_removed;
10  unsigned char I_stemmed;
11  unsigned char I_Y_found;
12  int I_p2;
13  int I_p1;
15  int r_measure();
16  int r_Lose_infix();
17  int r_Lose_prefix();
18  int r_Step_1c();
19  int r_Step_6();
20  int r_Step_7();
21  int r_Step_4();
22  int r_Step_3();
23  int r_Step_2();
24  int r_Step_1();
25  int r_lengthen_V();
26  int r_VX();
27  int r_V();
28  int r_C();
29  int r_R2();
30  int r_R1();
31 
32  public:
33 
36  int stem();
37  std::string get_description() const;
38 };
39 
40 }
The Xapian namespace contains public interfaces for the Xapian library.
Definition: compactor.cc:80
std::string get_description() const
Return a string describing this object.
Base class for implementations of stemming algorithms.
unsigned short symbol
Definition: header.h:6
int stem()
Virtual method implemented by the subclass to actually do the work.