|
xapian-core
2.0.0
|
#include <spanish.h>
Inheritance diagram for Xapian::Internal::Snowball::Spanish:
Collaboration diagram for Xapian::Internal::Snowball::Spanish:Classes | |
| struct | SN_local |
Public Member Functions | |
| Spanish () | |
| ~Spanish () | |
| std::string | operator() (const std::string &word) override |
| Stem the specified word. More... | |
| bool | use_proper_noun_heuristic () const override |
| Should QueryParser suppress stemming for capitalised words? More... | |
| std::string | get_description () const override |
| Return a string describing this object. More... | |
Public Member Functions inherited from Xapian::StemImplementation | |
| StemImplementation () | |
| Default constructor. More... | |
| virtual | ~StemImplementation () |
| Virtual destructor. More... | |
Public Member Functions inherited from Xapian::Internal::intrusive_base | |
| intrusive_base () | |
| Construct with no references. More... | |
Private Member Functions | |
| void | close_env () |
Static Private Member Functions | |
| static int | stem (struct SN_env *z) |
Private Attributes | |
| SN_local | zlocal = {} |
Additional Inherited Members | |
Public Attributes inherited from Xapian::Internal::intrusive_base | |
| unsigned | _refs |
| Reference count. More... | |
|
inline |
Definition at line 30 of file spanish.h.
References create_s(), SN_env::p, Xapian::Internal::Snowball::Spanish::SN_local::z, and zlocal.
|
inline |
Definition at line 35 of file spanish.h.
References close_env().
|
inlineprivate |
Definition at line 22 of file spanish.h.
References lose_s(), SN_env::p, Xapian::Internal::Snowball::Spanish::SN_local::z, and zlocal.
Referenced by ~Spanish().
|
inlineoverridevirtual |
Return a string describing this object.
Implements Xapian::StemImplementation.
|
inlineoverridevirtual |
Stem the specified word.
Implements Xapian::StemImplementation.
Definition at line 39 of file spanish.h.
References SN_env::c, SN_env::l, SN_env::p, replace_s(), SIZE, stem(), Xapian::Internal::Snowball::Spanish::SN_local::z, and zlocal.
|
staticprivate |
Definition at line 894 of file spanish.cc.
References SN_env::c, SN_env::l, SN_env::lb, r_attached_pronoun(), r_mark_regions(), r_postlude(), r_residual_suffix(), r_standard_suffix(), r_verb_suffix(), and r_y_verb_suffix().
Referenced by operator()().
|
inlineoverridevirtual |
Should QueryParser suppress stemming for capitalised words?
See QueryParser::feature_flag value FLAG_NO_PROPER_NOUN_HEURISTIC for details.
The default implementation of this method returns false.
Reimplemented from Xapian::StemImplementation.
|
private |
Definition at line 20 of file spanish.h.
Referenced by close_env(), operator()(), and Spanish().