#include <dutch.h>


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. | |
| std::string | get_description () const |
| Return a 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.
| std::string Xapian::InternalStemDutch::get_description | ( | ) | const [virtual] |
| int Xapian::InternalStemDutch::r_e_ending | ( | ) |
Definition at line 345 of file dutch.cc.
References B_e_found, Xapian::SnowballStemImplementation::bra, Xapian::SnowballStemImplementation::c, g_v, Xapian::SnowballStemImplementation::ket, Xapian::SnowballStemImplementation::l, Xapian::SnowballStemImplementation::lb, Xapian::SnowballStemImplementation::out_grouping_b_U(), Xapian::SnowballStemImplementation::p, r_R1(), r_undouble(), and Xapian::SnowballStemImplementation::slice_del().
Referenced by r_standard_suffix().
| int Xapian::InternalStemDutch::r_en_ending | ( | ) |
Definition at line 366 of file dutch.cc.
References Xapian::SnowballStemImplementation::c, Xapian::SnowballStemImplementation::eq_s_b(), g_v, Xapian::SnowballStemImplementation::l, Xapian::SnowballStemImplementation::out_grouping_b_U(), r_R1(), r_undouble(), s_10, and Xapian::SnowballStemImplementation::slice_del().
Referenced by r_standard_suffix().
| int Xapian::InternalStemDutch::r_mark_regions | ( | ) |
Definition at line 255 of file dutch.cc.
References Xapian::SnowballStemImplementation::c, g_v, I_p1, I_p2, Xapian::SnowballStemImplementation::in_grouping_U(), Xapian::SnowballStemImplementation::l, and Xapian::SnowballStemImplementation::out_grouping_U().
Referenced by stem().
| int Xapian::InternalStemDutch::r_postlude | ( | ) |
Definition at line 283 of file dutch.cc.
References Xapian::SnowballStemImplementation::bra, Xapian::SnowballStemImplementation::c, Xapian::SnowballStemImplementation::find_among(), Xapian::SnowballStemImplementation::ket, Xapian::SnowballStemImplementation::l, Xapian::SnowballStemImplementation::p, s_8, s_9, s_pool, skip_utf8(), and Xapian::SnowballStemImplementation::slice_from_s().
Referenced by stem().
| int Xapian::InternalStemDutch::r_prelude | ( | ) |
Definition at line 151 of file dutch.cc.
References Xapian::SnowballStemImplementation::bra, Xapian::SnowballStemImplementation::c, Xapian::SnowballStemImplementation::find_among(), g_v, Xapian::SnowballStemImplementation::in_grouping_U(), Xapian::SnowballStemImplementation::ket, Xapian::SnowballStemImplementation::l, Xapian::SnowballStemImplementation::p, s_0, s_1, s_2, s_3, s_4, s_5, s_6, s_7, s_pool, skip_utf8(), and Xapian::SnowballStemImplementation::slice_from_s().
Referenced by stem().
| int Xapian::InternalStemDutch::r_R1 | ( | ) |
Definition at line 319 of file dutch.cc.
References Xapian::SnowballStemImplementation::c, and I_p1.
Referenced by r_e_ending(), r_en_ending(), and r_standard_suffix().
| int Xapian::InternalStemDutch::r_R2 | ( | ) |
Definition at line 324 of file dutch.cc.
References Xapian::SnowballStemImplementation::c, and I_p2.
Referenced by r_standard_suffix().
| int Xapian::InternalStemDutch::r_standard_suffix | ( | ) |
Definition at line 387 of file dutch.cc.
References B_e_found, Xapian::SnowballStemImplementation::bra, Xapian::SnowballStemImplementation::c, Xapian::SnowballStemImplementation::eq_s_b(), Xapian::SnowballStemImplementation::find_among_b(), g_v, g_v_I, g_v_j, Xapian::SnowballStemImplementation::ket, Xapian::SnowballStemImplementation::l, Xapian::SnowballStemImplementation::lb, Xapian::SnowballStemImplementation::out_grouping_b_U(), Xapian::SnowballStemImplementation::p, r_e_ending(), r_en_ending(), r_R1(), r_R2(), r_undouble(), s_11, s_12, s_13, s_14, s_pool, skip_utf8(), Xapian::SnowballStemImplementation::slice_del(), and Xapian::SnowballStemImplementation::slice_from_s().
Referenced by stem().
| int Xapian::InternalStemDutch::r_undouble | ( | ) |
Definition at line 329 of file dutch.cc.
References Xapian::SnowballStemImplementation::bra, Xapian::SnowballStemImplementation::c, Xapian::SnowballStemImplementation::find_among_b(), Xapian::SnowballStemImplementation::ket, Xapian::SnowballStemImplementation::l, Xapian::SnowballStemImplementation::lb, Xapian::SnowballStemImplementation::p, s_pool, skip_utf8(), and Xapian::SnowballStemImplementation::slice_del().
Referenced by r_e_ending(), r_en_ending(), and r_standard_suffix().
| int Xapian::InternalStemDutch::stem | ( | ) | [virtual] |
Virtual method implemented by the subclass to actually do the work.
Implements Xapian::SnowballStemImplementation.
Definition at line 563 of file dutch.cc.
References Xapian::SnowballStemImplementation::c, Xapian::SnowballStemImplementation::l, Xapian::SnowballStemImplementation::lb, r_mark_regions(), r_postlude(), r_prelude(), and r_standard_suffix().
unsigned char Xapian::InternalStemDutch::B_e_found [private] |
int Xapian::InternalStemDutch::I_p1 [private] |
int Xapian::InternalStemDutch::I_p2 [private] |