xapian-core  1.4.25
russian.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_pV;
11  int r_tidy_up();
12  int r_derivational();
13  int r_noun();
14  int r_verb();
15  int r_reflexive();
16  int r_adjectival();
17  int r_adjective();
18  int r_perfective_gerund();
19  int r_R2();
20  int r_mark_regions();
21 
22  public:
23 
26  int stem();
27  std::string get_description() const;
28 };
29 
30 }
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.
Definition: russian.cc:711
Base class for implementations of stemming algorithms.
int stem()
Virtual method implemented by the subclass to actually do the work.
Definition: russian.cc:618