xapian-core  1.4.25
english.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_exception2();
13  int r_exception1();
14  int r_Step_5();
15  int r_Step_4();
16  int r_Step_3();
17  int r_Step_2();
18  int r_Step_1c();
19  int r_Step_1b();
20  int r_Step_1a();
21  int r_R2();
22  int r_R1();
23  int r_shortv();
24  int r_mark_regions();
25  int r_postlude();
26  int r_prelude();
27 
28  public:
29 
32  int stem();
33  std::string get_description() const;
34 };
35 
36 }
The Xapian namespace contains public interfaces for the Xapian library.
Definition: compactor.cc:80
unsigned char I_Y_found
Definition: english.h:9
int stem()
Virtual method implemented by the subclass to actually do the work.
Definition: english.cc:1036
Base class for implementations of stemming algorithms.
std::string get_description() const
Return a string describing this object.
Definition: english.cc:1141