xapian-core  1.4.25
lovins.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  int r_respell();
10  int r_undouble();
11  int r_endings();
12 
13  public:
14  int r_CC();
15  int r_BB();
16  int r_AA();
17  int r_Z();
18  int r_Y();
19  int r_X();
20  int r_W();
21  int r_V();
22  int r_U();
23  int r_T();
24  int r_S();
25  int r_R();
26  int r_Q();
27  int r_P();
28  int r_O();
29  int r_N();
30  int r_M();
31  int r_L();
32  int r_K();
33  int r_J();
34  int r_I();
35  int r_H();
36  int r_G();
37  int r_F();
38  int r_E();
39  int r_D();
40  int r_C();
41  int r_B();
42  int r_A();
43 
46  int stem();
47  std::string get_description() const;
48 };
49 
50 }
The Xapian namespace contains public interfaces for the Xapian library.
Definition: compactor.cc:80
int stem()
Virtual method implemented by the subclass to actually do the work.
Definition: lovins.cc:2306
std::string get_description() const
Return a string describing this object.
Definition: lovins.cc:2340
Base class for implementations of stemming algorithms.