xapian-core  1.4.25
nepali.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 
10  int r_remove_category_2();
11  int r_check_category_2();
12  int r_remove_category_1();
13 
14  public:
15 
18  int stem();
19  std::string get_description() const;
20 };
21 
22 }
The Xapian namespace contains public interfaces for the Xapian library.
Definition: compactor.cc:80
Base class for implementations of stemming algorithms.
int stem()
Virtual method implemented by the subclass to actually do the work.
Definition: nepali.cc:441
std::string get_description() const
Return a string describing this object.
Definition: nepali.cc:492