xapian-core  1.4.25
romanian.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_standard_suffix_removed;
10  int I_p2;
11  int I_p1;
12  int I_pV;
13  int r_vowel_suffix();
14  int r_verb_suffix();
15  int r_combo_suffix();
16  int r_standard_suffix();
17  int r_step_0();
18  int r_R2();
19  int r_R1();
20  int r_RV();
21  int r_mark_regions();
22  int r_postlude();
23  int r_prelude();
24 
25  public:
26 
29  int stem();
30  std::string get_description() const;
31 };
32 
33 }
The Xapian namespace contains public interfaces for the Xapian library.
Definition: compactor.cc:80
unsigned char I_standard_suffix_removed
Definition: romanian.h:9
int stem()
Virtual method implemented by the subclass to actually do the work.
Definition: romanian.cc:1052
Base class for implementations of stemming algorithms.
std::string get_description() const
Return a string describing this object.
Definition: romanian.cc:1118