xapian-core  1.4.25
finnish.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_ending_removed;
11  int I_p2;
12  int I_p1;
13  int r_tidy();
14  int r_other_endings();
15  int r_t_plural();
16  int r_i_plural();
17  int r_case_ending();
18  int r_possessive();
19  int r_particle_etc();
20  int r_R2();
21  int r_mark_regions();
22 
23  public:
24  int r_VI();
25  int r_LONG();
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_ending_removed
Definition: finnish.h:9
Base class for implementations of stemming algorithms.
unsigned short symbol
Definition: header.h:6
std::string get_description() const
Return a string describing this object.
Definition: finnish.cc:832
int stem()
Virtual method implemented by the subclass to actually do the work.
Definition: finnish.cc:759