|
xapian-core
2.1.0
|
#include <finnish.h>
Inheritance diagram for Xapian::Internal::Snowball::Finnish:
Collaboration diagram for Xapian::Internal::Snowball::Finnish:Classes | |
| struct | SN_local |
Public Member Functions | |
| Finnish () | |
| ~Finnish () | |
| std::string | operator() (const std::string &word) override |
| Stem the specified word. 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... | |
| virtual bool | use_proper_noun_heuristic () const |
| Should QueryParser suppress stemming for capitalised words? 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 29 of file finnish.h.
References close_env(), create_s(), SN_env::p, Xapian::Internal::Snowball::Finnish::SN_local::z, and zlocal.
|
inline |
Definition at line 40 of file finnish.h.
References close_env().
|
inlineprivate |
Definition at line 20 of file finnish.h.
References lose_s(), SN_env::p, Xapian::Internal::Snowball::Finnish::SN_local::z, and zlocal.
Referenced by Finnish(), and ~Finnish().
|
inlineoverridevirtual |
Return a string describing this object.
Implements Xapian::StemImplementation.
|
inlineoverridevirtual |
Stem the specified word.
Implements Xapian::StemImplementation.
Definition at line 44 of file finnish.h.
References SN_env::c, SN_env::l, SN_env::p, replace_s(), SIZE, stem(), Xapian::Internal::Snowball::Finnish::SN_local::z, and zlocal.
|
staticprivate |
Definition at line 368 of file finnish.cc.
References a_0, a_1, a_10, a_2, a_3, a_4, a_7, a_8, af_7(), SN_env::bra, SN_env::c, eq_s_b(), eq_v_b(), find_among_b(), g_AEI, g_C, g_particle_end, g_v, in_grouping_b_U(), in_grouping_U(), SN_env::ket, SN_env::l, SN_env::lb, out_grouping_U(), SN_env::p, r_LV(), s_3, s_4, s_5, s_6, s_7, skip_b_utf8(), slice_del(), slice_from_s(), and slice_to().
Referenced by operator()().
|
private |
Definition at line 18 of file finnish.h.
Referenced by close_env(), Finnish(), and operator()().