#include <dutch.h>
Inheritance diagram for Xapian::InternalStemDutch:
Public Member Functions | |
int | r_standard_suffix () |
int | r_undouble () |
int | r_R2 () |
int | r_R1 () |
int | r_mark_regions () |
int | r_en_ending () |
int | r_e_ending () |
int | r_postlude () |
int | r_prelude () |
InternalStemDutch () | |
~InternalStemDutch () | |
int | stem () |
Virtual method implemented by the subclass to actually do the work. | |
const char * | get_description () const |
Return string describing this object. | |
Private Attributes | |
int | I_p2 |
int | I_p1 |
unsigned char | B_e_found |
Definition at line 7 of file dutch.h.
int Xapian::InternalStemDutch::r_standard_suffix | ( | ) |
Definition at line 356 of file dutch.cc.
References a_3, a_4, a_5, B_e_found, Xapian::Stem::Internal::bra, Xapian::Stem::Internal::c, Xapian::Stem::Internal::eq_s_b(), Xapian::Stem::Internal::find_among_b(), g_v, g_v_I, g_v_j, Xapian::Stem::Internal::ket, Xapian::Stem::Internal::l, Xapian::Stem::Internal::lb, Xapian::Stem::Internal::out_grouping_b_U(), Xapian::Stem::Internal::p, r_e_ending(), r_en_ending(), r_R1(), r_R2(), r_undouble(), s_11, s_12, s_13, s_14, skip_utf8(), Xapian::Stem::Internal::slice_del(), and Xapian::Stem::Internal::slice_from_s().
Referenced by stem().
int Xapian::InternalStemDutch::r_undouble | ( | ) |
Definition at line 298 of file dutch.cc.
References a_2, Xapian::Stem::Internal::bra, Xapian::Stem::Internal::c, Xapian::Stem::Internal::find_among_b(), Xapian::Stem::Internal::ket, Xapian::Stem::Internal::l, Xapian::Stem::Internal::lb, Xapian::Stem::Internal::p, skip_utf8(), and Xapian::Stem::Internal::slice_del().
Referenced by r_e_ending(), r_en_ending(), and r_standard_suffix().
int Xapian::InternalStemDutch::r_R2 | ( | ) |
Definition at line 293 of file dutch.cc.
References Xapian::Stem::Internal::c, and I_p2.
Referenced by r_standard_suffix().
int Xapian::InternalStemDutch::r_R1 | ( | ) |
Definition at line 288 of file dutch.cc.
References Xapian::Stem::Internal::c, and I_p1.
Referenced by r_e_ending(), r_en_ending(), and r_standard_suffix().
int Xapian::InternalStemDutch::r_mark_regions | ( | ) |
Definition at line 224 of file dutch.cc.
References Xapian::Stem::Internal::c, g_v, I_p1, I_p2, Xapian::Stem::Internal::in_grouping_U(), Xapian::Stem::Internal::l, and Xapian::Stem::Internal::out_grouping_U().
Referenced by stem().
int Xapian::InternalStemDutch::r_en_ending | ( | ) |
Definition at line 335 of file dutch.cc.
References Xapian::Stem::Internal::c, Xapian::Stem::Internal::eq_s_b(), g_v, Xapian::Stem::Internal::l, Xapian::Stem::Internal::out_grouping_b_U(), r_R1(), r_undouble(), s_10, and Xapian::Stem::Internal::slice_del().
Referenced by r_standard_suffix().
int Xapian::InternalStemDutch::r_e_ending | ( | ) |
Definition at line 314 of file dutch.cc.
References B_e_found, Xapian::Stem::Internal::bra, Xapian::Stem::Internal::c, g_v, Xapian::Stem::Internal::ket, Xapian::Stem::Internal::l, Xapian::Stem::Internal::lb, Xapian::Stem::Internal::out_grouping_b_U(), Xapian::Stem::Internal::p, r_R1(), r_undouble(), and Xapian::Stem::Internal::slice_del().
Referenced by r_standard_suffix().
int Xapian::InternalStemDutch::r_postlude | ( | ) |
Definition at line 252 of file dutch.cc.
References a_1, Xapian::Stem::Internal::bra, Xapian::Stem::Internal::c, Xapian::Stem::Internal::find_among(), Xapian::Stem::Internal::ket, Xapian::Stem::Internal::l, Xapian::Stem::Internal::p, s_8, s_9, skip_utf8(), and Xapian::Stem::Internal::slice_from_s().
Referenced by stem().
int Xapian::InternalStemDutch::r_prelude | ( | ) |
Definition at line 120 of file dutch.cc.
References a_0, Xapian::Stem::Internal::bra, Xapian::Stem::Internal::c, Xapian::Stem::Internal::find_among(), g_v, Xapian::Stem::Internal::in_grouping_U(), Xapian::Stem::Internal::ket, Xapian::Stem::Internal::l, Xapian::Stem::Internal::p, s_0, s_1, s_2, s_3, s_4, s_5, s_6, s_7, skip_utf8(), and Xapian::Stem::Internal::slice_from_s().
Referenced by stem().
int Xapian::InternalStemDutch::stem | ( | ) | [virtual] |
Virtual method implemented by the subclass to actually do the work.
Implements Xapian::Stem::Internal.
Definition at line 532 of file dutch.cc.
References Xapian::Stem::Internal::c, Xapian::Stem::Internal::l, Xapian::Stem::Internal::lb, r_mark_regions(), r_postlude(), r_prelude(), and r_standard_suffix().
const char * Xapian::InternalStemDutch::get_description | ( | ) | const [virtual] |
int Xapian::InternalStemDutch::I_p2 [private] |
int Xapian::InternalStemDutch::I_p1 [private] |
unsigned char Xapian::InternalStemDutch::B_e_found [private] |