#include <german2.h>
Inheritance diagram for Xapian::InternalStemGerman2:
Public Member Functions | |
int | r_standard_suffix () |
int | r_R2 () |
int | r_R1 () |
int | r_mark_regions () |
int | r_postlude () |
int | r_prelude () |
InternalStemGerman2 () | |
~InternalStemGerman2 () | |
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_x |
int | I_p2 |
int | I_p1 |
Definition at line 7 of file german2.h.
Xapian::InternalStemGerman2::InternalStemGerman2 | ( | ) |
Definition at line 497 of file german2.cc.
Xapian::InternalStemGerman2::~InternalStemGerman2 | ( | ) |
Definition at line 502 of file german2.cc.
int Xapian::InternalStemGerman2::r_standard_suffix | ( | ) |
Definition at line 311 of file german2.cc.
References a_2, a_3, a_4, a_5, Xapian::Stem::Internal::bra, Xapian::Stem::Internal::c, Xapian::Stem::Internal::eq_s_b(), Xapian::Stem::Internal::find_among_b(), g_s_ending, g_st_ending, Xapian::Stem::Internal::in_grouping_b_U(), Xapian::Stem::Internal::ket, Xapian::Stem::Internal::l, Xapian::Stem::Internal::lb, Xapian::Stem::Internal::p, r_R1(), r_R2(), s_11, s_12, s_13, skip_utf8(), and Xapian::Stem::Internal::slice_del().
Referenced by stem().
int Xapian::InternalStemGerman2::r_R2 | ( | ) |
Definition at line 306 of file german2.cc.
References Xapian::Stem::Internal::c, and I_p2.
Referenced by r_standard_suffix().
int Xapian::InternalStemGerman2::r_R1 | ( | ) |
Definition at line 301 of file german2.cc.
References Xapian::Stem::Internal::c, and I_p1.
Referenced by r_standard_suffix().
int Xapian::InternalStemGerman2::r_mark_regions | ( | ) |
Definition at line 215 of file german2.cc.
References Xapian::Stem::Internal::c, g_v, I_p1, I_p2, I_x, Xapian::Stem::Internal::in_grouping_U(), Xapian::Stem::Internal::l, Xapian::Stem::Internal::out_grouping_U(), Xapian::Stem::Internal::p, and skip_utf8().
Referenced by stem().
int Xapian::InternalStemGerman2::r_postlude | ( | ) |
Definition at line 251 of file german2.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_10, s_6, s_7, s_8, s_9, skip_utf8(), and Xapian::Stem::Internal::slice_from_s().
Referenced by stem().
int Xapian::InternalStemGerman2::r_prelude | ( | ) |
Definition at line 121 of file german2.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, skip_utf8(), and Xapian::Stem::Internal::slice_from_s().
Referenced by stem().
int Xapian::InternalStemGerman2::stem | ( | ) | [virtual] |
Virtual method implemented by the subclass to actually do the work.
Implements Xapian::Stem::Internal.
Definition at line 458 of file german2.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::InternalStemGerman2::get_description | ( | ) | const [virtual] |
Return string describing this object.
Implements Xapian::Stem::Internal.
Definition at line 507 of file german2.cc.
int Xapian::InternalStemGerman2::I_x [private] |
int Xapian::InternalStemGerman2::I_p2 [private] |
int Xapian::InternalStemGerman2::I_p1 [private] |