xapian-core  1.4.25
indonesian.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_prefix;
10  int I_measure;
11  int r_remove_suffix();
15  int r_remove_particle();
16 
17  public:
18  int r_VOWEL();
19  int r_SUFFIX_I_OK();
20  int r_SUFFIX_AN_OK();
21  int r_SUFFIX_KAN_OK();
22  int r_KER();
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
Base class for implementations of stemming algorithms.
std::string get_description() const
Return a string describing this object.
Definition: indonesian.cc:474
int stem()
Virtual method implemented by the subclass to actually do the work.
Definition: indonesian.cc:373