The Xapian namespace contains public interfaces for the Xapian library. 
 
std::string get_description() const
Return a string describing this object. 
 
int r_append_U_to_stems_ending_with_d_or_g()
 
int r_mark_suffix_with_optional_n_consonant()
 
int r_stem_noun_suffixes()
 
Base class for implementations of stemming algorithms. 
 
int r_check_vowel_harmony()
 
int r_more_than_one_syllable_word()
 
int r_post_process_last_consonants()
 
int r_mark_suffix_with_optional_y_consonant()
 
int r_stem_suffix_chain_before_ki()
 
unsigned char I_continue_stemming_noun_suffixes
 
int r_mark_suffix_with_optional_s_consonant()
 
int r_mark_suffix_with_optional_U_vowel()
 
int stem()
Virtual method implemented by the subclass to actually do the work. 
 
int r_stem_nominal_verb_suffixes()