#include <portuguese.h>


Public Member Functions | |
| int | r_residual_form () |
| int | r_residual_suffix () |
| int | r_verb_suffix () |
| int | r_standard_suffix () |
| int | r_R2 () |
| int | r_R1 () |
| int | r_RV () |
| int | r_mark_regions () |
| int | r_postlude () |
| int | r_prelude () |
| InternalStemPortuguese () | |
| ~InternalStemPortuguese () | |
| 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 |
| int | I_pV |
Definition at line 7 of file portuguese.h.
| Xapian::InternalStemPortuguese::InternalStemPortuguese | ( | ) |
Definition at line 1072 of file portuguese.cc.
| Xapian::InternalStemPortuguese::~InternalStemPortuguese | ( | ) |
Definition at line 1077 of file portuguese.cc.
| std::string Xapian::InternalStemPortuguese::get_description | ( | ) | const [virtual] |
Return a string describing this object.
Implements Xapian::StemImplementation.
Definition at line 1082 of file portuguese.cc.
| int Xapian::InternalStemPortuguese::r_mark_regions | ( | ) |
Definition at line 613 of file portuguese.cc.
References Xapian::SnowballStemImplementation::c, g_v, I_p1, I_p2, I_pV, Xapian::SnowballStemImplementation::in_grouping_U(), Xapian::SnowballStemImplementation::l, Xapian::SnowballStemImplementation::out_grouping_U(), Xapian::SnowballStemImplementation::p, and skip_utf8().
Referenced by stem().
| int Xapian::InternalStemPortuguese::r_postlude | ( | ) |
Definition at line 688 of file portuguese.cc.
References Xapian::SnowballStemImplementation::bra, Xapian::SnowballStemImplementation::c, Xapian::SnowballStemImplementation::find_among(), Xapian::SnowballStemImplementation::ket, Xapian::SnowballStemImplementation::l, Xapian::SnowballStemImplementation::p, s_2, s_3, s_pool, skip_utf8(), and Xapian::SnowballStemImplementation::slice_from_s().
Referenced by stem().
| int Xapian::InternalStemPortuguese::r_prelude | ( | ) |
Definition at line 577 of file portuguese.cc.
References Xapian::SnowballStemImplementation::bra, Xapian::SnowballStemImplementation::c, Xapian::SnowballStemImplementation::find_among(), Xapian::SnowballStemImplementation::ket, Xapian::SnowballStemImplementation::l, Xapian::SnowballStemImplementation::p, s_0, s_1, s_pool, skip_utf8(), and Xapian::SnowballStemImplementation::slice_from_s().
Referenced by stem().
| int Xapian::InternalStemPortuguese::r_R1 | ( | ) |
Definition at line 729 of file portuguese.cc.
References Xapian::SnowballStemImplementation::c, and I_p1.
Referenced by r_standard_suffix().
| int Xapian::InternalStemPortuguese::r_R2 | ( | ) |
Definition at line 734 of file portuguese.cc.
References Xapian::SnowballStemImplementation::c, and I_p2.
Referenced by r_standard_suffix().
| int Xapian::InternalStemPortuguese::r_residual_form | ( | ) |
Definition at line 934 of file portuguese.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, r_RV(), s_10, s_pool, Xapian::SnowballStemImplementation::slice_del(), and Xapian::SnowballStemImplementation::slice_from_s().
Referenced by stem().
| int Xapian::InternalStemPortuguese::r_residual_suffix | ( | ) |
Definition at line 916 of file portuguese.cc.
References Xapian::SnowballStemImplementation::bra, Xapian::SnowballStemImplementation::c, Xapian::SnowballStemImplementation::find_among_b(), Xapian::SnowballStemImplementation::ket, r_RV(), s_pool, and Xapian::SnowballStemImplementation::slice_del().
Referenced by stem().
| int Xapian::InternalStemPortuguese::r_RV | ( | ) |
Definition at line 724 of file portuguese.cc.
References Xapian::SnowballStemImplementation::c, and I_pV.
Referenced by r_residual_form(), r_residual_suffix(), r_standard_suffix(), and stem().
| int Xapian::InternalStemPortuguese::r_standard_suffix | ( | ) |
Definition at line 739 of file portuguese.cc.
References Xapian::SnowballStemImplementation::bra, Xapian::SnowballStemImplementation::c, Xapian::SnowballStemImplementation::eq_s_b(), Xapian::SnowballStemImplementation::find_among_b(), Xapian::SnowballStemImplementation::ket, Xapian::SnowballStemImplementation::l, Xapian::SnowballStemImplementation::lb, Xapian::SnowballStemImplementation::p, r_R1(), r_R2(), r_RV(), s_4, s_5, s_6, s_7, s_8, s_9, s_pool, Xapian::SnowballStemImplementation::slice_del(), and Xapian::SnowballStemImplementation::slice_from_s().
Referenced by stem().
| int Xapian::InternalStemPortuguese::r_verb_suffix | ( | ) |
Definition at line 893 of file portuguese.cc.
References Xapian::SnowballStemImplementation::bra, Xapian::SnowballStemImplementation::c, Xapian::SnowballStemImplementation::find_among_b(), I_pV, Xapian::SnowballStemImplementation::ket, Xapian::SnowballStemImplementation::l, Xapian::SnowballStemImplementation::lb, s_pool, and Xapian::SnowballStemImplementation::slice_del().
Referenced by stem().
| int Xapian::InternalStemPortuguese::stem | ( | ) | [virtual] |
Virtual method implemented by the subclass to actually do the work.
Implements Xapian::SnowballStemImplementation.
Definition at line 984 of file portuguese.cc.
References Xapian::SnowballStemImplementation::bra, Xapian::SnowballStemImplementation::c, Xapian::SnowballStemImplementation::ket, Xapian::SnowballStemImplementation::l, Xapian::SnowballStemImplementation::lb, Xapian::SnowballStemImplementation::p, r_mark_regions(), r_postlude(), r_prelude(), r_residual_form(), r_residual_suffix(), r_RV(), r_standard_suffix(), r_verb_suffix(), and Xapian::SnowballStemImplementation::slice_del().
int Xapian::InternalStemPortuguese::I_p1 [private] |
int Xapian::InternalStemPortuguese::I_p2 [private] |
int Xapian::InternalStemPortuguese::I_pV [private] |
Definition at line 10 of file portuguese.h.
Referenced by r_mark_regions(), r_RV(), and r_verb_suffix().