xapian-core  1.4.25
lithuanian.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_fix_conflicts();
11  int r_fix_gd();
12  int r_fix_chdz();
13  int r_step1();
14  int r_R1();
15  int r_step2();
16 
17  public:
18 
21  int stem();
22  std::string get_description() const;
23 };
24 
25 }
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: lithuanian.cc:970
Base class for implementations of stemming algorithms.
int stem()
Virtual method implemented by the subclass to actually do the work.
Definition: lithuanian.cc:887