xapian-core  1.4.25
hungarian.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_p1;
10  int r_double();
11  int r_undouble();
12  int r_factive();
13  int r_instrum();
14  int r_plur_owner();
15  int r_sing_owner();
16  int r_owned();
17  int r_plural();
18  int r_case_other();
19  int r_case_special();
20  int r_case();
21  int r_v_ending();
22  int r_R1();
23  int r_mark_regions();
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
std::string get_description() const
Return a string describing this object.
Definition: hungarian.cc:970
int stem()
Virtual method implemented by the subclass to actually do the work.
Definition: hungarian.cc:893
Base class for implementations of stemming algorithms.