xapian-core  1.4.25
danish.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_x;
10  int I_p1;
12  int r_undouble();
13  int r_other_suffix();
14  int r_consonant_pair();
15  int r_main_suffix();
16  int r_mark_regions();
17 
18  public:
19 
22  int stem();
23  std::string get_description() const;
24 };
25 
26 }
The Xapian namespace contains public interfaces for the Xapian library.
Definition: compactor.cc:80
int stem()
Virtual method implemented by the subclass to actually do the work.
Definition: danish.cc:280
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: danish.cc:329