Xapian::InternalStemSpanish Class Reference

#include <spanish.h>

Inheritance diagram for Xapian::InternalStemSpanish:

Inheritance graph
[legend]
Collaboration diagram for Xapian::InternalStemSpanish:

Collaboration graph
[legend]
List of all members.

Public Member Functions

int r_residual_suffix ()
int r_verb_suffix ()
int r_y_verb_suffix ()
int r_standard_suffix ()
int r_attached_pronoun ()
int r_R2 ()
int r_R1 ()
int r_RV ()
int r_mark_regions ()
int r_postlude ()
 InternalStemSpanish ()
 ~InternalStemSpanish ()
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
int I_pV

Detailed Description

Definition at line 7 of file spanish.h.


Constructor & Destructor Documentation

Xapian::InternalStemSpanish::InternalStemSpanish (  ) 

Definition at line 1006 of file spanish.cc.

Xapian::InternalStemSpanish::~InternalStemSpanish (  ) 

Definition at line 1011 of file spanish.cc.


Member Function Documentation

int Xapian::InternalStemSpanish::r_residual_suffix (  ) 

Definition at line 900 of file spanish.cc.

References a_9, 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, r_RV(), and Xapian::Stem::Internal::slice_del().

Referenced by stem().

int Xapian::InternalStemSpanish::r_verb_suffix (  ) 

Definition at line 862 of file spanish.cc.

References a_8, Xapian::Stem::Internal::bra, Xapian::Stem::Internal::c, Xapian::Stem::Internal::find_among_b(), I_pV, Xapian::Stem::Internal::ket, Xapian::Stem::Internal::l, Xapian::Stem::Internal::lb, Xapian::Stem::Internal::p, and Xapian::Stem::Internal::slice_del().

Referenced by stem().

int Xapian::InternalStemSpanish::r_y_verb_suffix (  ) 

Definition at line 837 of file spanish.cc.

References a_7, Xapian::Stem::Internal::bra, Xapian::Stem::Internal::c, Xapian::Stem::Internal::find_among_b(), I_pV, Xapian::Stem::Internal::ket, Xapian::Stem::Internal::l, Xapian::Stem::Internal::lb, Xapian::Stem::Internal::p, and Xapian::Stem::Internal::slice_del().

Referenced by stem().

int Xapian::InternalStemSpanish::r_standard_suffix (  ) 

Definition at line 675 of file spanish.cc.

References a_3, a_4, a_5, a_6, Xapian::Stem::Internal::bra, Xapian::Stem::Internal::c, Xapian::Stem::Internal::eq_s_b(), Xapian::Stem::Internal::find_among_b(), Xapian::Stem::Internal::ket, Xapian::Stem::Internal::l, Xapian::Stem::Internal::lb, Xapian::Stem::Internal::p, r_R1(), r_R2(), s_10, s_11, s_12, s_13, s_14, s_15, Xapian::Stem::Internal::slice_del(), and Xapian::Stem::Internal::slice_from_s().

Referenced by stem().

int Xapian::InternalStemSpanish::r_attached_pronoun (  ) 

Definition at line 619 of file spanish.cc.

References a_1, a_2, Xapian::Stem::Internal::bra, Xapian::Stem::Internal::c, Xapian::Stem::Internal::find_among_b(), Xapian::Stem::Internal::ket, Xapian::Stem::Internal::lb, Xapian::Stem::Internal::p, r_RV(), s_5, s_6, s_7, s_8, s_9, Xapian::Stem::Internal::slice_del(), and Xapian::Stem::Internal::slice_from_s().

Referenced by stem().

int Xapian::InternalStemSpanish::r_R2 (  ) 

Definition at line 614 of file spanish.cc.

References Xapian::Stem::Internal::c, and I_p2.

Referenced by r_standard_suffix().

int Xapian::InternalStemSpanish::r_R1 (  ) 

Definition at line 609 of file spanish.cc.

References Xapian::Stem::Internal::c, and I_p1.

Referenced by r_standard_suffix().

int Xapian::InternalStemSpanish::r_RV (  ) 

Definition at line 604 of file spanish.cc.

References Xapian::Stem::Internal::c, and I_pV.

Referenced by r_attached_pronoun(), and r_residual_suffix().

int Xapian::InternalStemSpanish::r_mark_regions (  ) 

Definition at line 478 of file spanish.cc.

References Xapian::Stem::Internal::c, g_v, I_p1, I_p2, I_pV, 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::InternalStemSpanish::r_postlude (  ) 

Definition at line 553 of file spanish.cc.

References a_0, 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_0, s_1, s_2, s_3, s_4, skip_utf8(), and Xapian::Stem::Internal::slice_from_s().

Referenced by stem().

int Xapian::InternalStemSpanish::stem (  )  [virtual]

Virtual method implemented by the subclass to actually do the work.

Implements Xapian::Stem::Internal.

Definition at line 942 of file spanish.cc.

References Xapian::Stem::Internal::c, Xapian::Stem::Internal::l, Xapian::Stem::Internal::lb, r_attached_pronoun(), r_mark_regions(), r_postlude(), r_residual_suffix(), r_standard_suffix(), r_verb_suffix(), and r_y_verb_suffix().

const char * Xapian::InternalStemSpanish::get_description (  )  const [virtual]

Return string describing this object.

Implements Xapian::Stem::Internal.

Definition at line 1016 of file spanish.cc.


Member Data Documentation

int Xapian::InternalStemSpanish::I_p2 [private]

Definition at line 8 of file spanish.h.

Referenced by r_mark_regions(), and r_R2().

int Xapian::InternalStemSpanish::I_p1 [private]

Definition at line 9 of file spanish.h.

Referenced by r_mark_regions(), and r_R1().

int Xapian::InternalStemSpanish::I_pV [private]

Definition at line 10 of file spanish.h.

Referenced by r_mark_regions(), r_RV(), r_verb_suffix(), and r_y_verb_suffix().


The documentation for this class was generated from the following files:
Documentation for Xapian (version 1.0.10).
Generated on 24 Dec 2008 by Doxygen 1.5.2.