#include <german.h>


Public Member Functions | |
| int | r_standard_suffix () |
| int | r_R2 () |
| int | r_R1 () |
| int | r_mark_regions () |
| int | r_postlude () |
| int | r_prelude () |
| InternalStemGerman () | |
| ~InternalStemGerman () | |
| 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_x |
| int | I_p2 |
| int | I_p1 |
Definition at line 7 of file german.h.
| std::string Xapian::InternalStemGerman::get_description | ( | ) | const [virtual] |
| int Xapian::InternalStemGerman::r_mark_regions | ( | ) |
Definition at line 199 of file german.cc.
References Xapian::SnowballStemImplementation::c, g_v, I_p1, I_p2, I_x, Xapian::SnowballStemImplementation::in_grouping_U(), Xapian::SnowballStemImplementation::l, Xapian::SnowballStemImplementation::out_grouping_U(), Xapian::SnowballStemImplementation::p, and skip_utf8().
Referenced by stem().
| int Xapian::InternalStemGerman::r_postlude | ( | ) |
Definition at line 235 of file german.cc.
References Xapian::SnowballStemImplementation::bra, Xapian::SnowballStemImplementation::c, Xapian::SnowballStemImplementation::find_among(), Xapian::SnowballStemImplementation::ket, Xapian::SnowballStemImplementation::l, Xapian::SnowballStemImplementation::p, s_4, s_5, s_6, s_7, s_8, s_pool, skip_utf8(), and Xapian::SnowballStemImplementation::slice_from_s().
Referenced by stem().
| int Xapian::InternalStemGerman::r_prelude | ( | ) |
Definition at line 129 of file german.cc.
References Xapian::SnowballStemImplementation::bra, Xapian::SnowballStemImplementation::c, Xapian::SnowballStemImplementation::eq_s(), g_v, Xapian::SnowballStemImplementation::in_grouping_U(), Xapian::SnowballStemImplementation::ket, Xapian::SnowballStemImplementation::l, Xapian::SnowballStemImplementation::p, s_0, s_1, s_2, s_3, skip_utf8(), and Xapian::SnowballStemImplementation::slice_from_s().
Referenced by stem().
| int Xapian::InternalStemGerman::r_R1 | ( | ) |
Definition at line 285 of file german.cc.
References Xapian::SnowballStemImplementation::c, and I_p1.
Referenced by r_standard_suffix().
| int Xapian::InternalStemGerman::r_R2 | ( | ) |
Definition at line 290 of file german.cc.
References Xapian::SnowballStemImplementation::c, and I_p2.
Referenced by r_standard_suffix().
| int Xapian::InternalStemGerman::r_standard_suffix | ( | ) |
Definition at line 295 of file german.cc.
References Xapian::SnowballStemImplementation::bra, Xapian::SnowballStemImplementation::c, Xapian::SnowballStemImplementation::eq_s_b(), Xapian::SnowballStemImplementation::find_among_b(), g_s_ending, g_st_ending, Xapian::SnowballStemImplementation::in_grouping_b_U(), Xapian::SnowballStemImplementation::ket, Xapian::SnowballStemImplementation::l, Xapian::SnowballStemImplementation::lb, Xapian::SnowballStemImplementation::p, r_R1(), r_R2(), s_10, s_11, s_12, s_9, s_pool, skip_utf8(), and Xapian::SnowballStemImplementation::slice_del().
Referenced by stem().
| int Xapian::InternalStemGerman::stem | ( | ) | [virtual] |
Virtual method implemented by the subclass to actually do the work.
Implements Xapian::SnowballStemImplementation.
Definition at line 455 of file german.cc.
References Xapian::SnowballStemImplementation::c, Xapian::SnowballStemImplementation::l, Xapian::SnowballStemImplementation::lb, r_mark_regions(), r_postlude(), r_prelude(), and r_standard_suffix().
int Xapian::InternalStemGerman::I_p1 [private] |
int Xapian::InternalStemGerman::I_p2 [private] |
int Xapian::InternalStemGerman::I_x [private] |