xapian-core  1.4.25
catalan.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 I_p2;
10  int I_p1;
11  int r_residual_suffix();
12  int r_verb_suffix();
13  int r_standard_suffix();
14  int r_attached_pronoun();
15  int r_R2();
16  int r_R1();
17  int r_mark_regions();
18  int r_cleaning();
19 
20  public:
21 
24  int stem();
25  std::string get_description() const;
26 };
27 
28 }
The Xapian namespace contains public interfaces for the Xapian library.
Definition: compactor.cc:80
Base class for implementations of stemming algorithms.
std::string get_description() const
Return a string describing this object.
Definition: catalan.cc:1806
int stem()
Virtual method implemented by the subclass to actually do the work.
Definition: catalan.cc:1749