1 /* Generated by Snowball 2.0.0 - https://snowballstem.org/ */
2 
3 
4 #include "steminternal.h"
5 
6 namespace Xapian {
7 
8 class InternalStemNepali : public SnowballStemImplementation {
9     int r_remove_category_3();
10     int r_remove_category_2();
11     int r_check_category_2();
12     int r_remove_category_1();
13 
14   public:
15 
16     InternalStemNepali();
17     ~InternalStemNepali();
18     int stem();
19     std::string get_description() const;
20 };
21 
22 }
23