|
xapian-core
2.1.0
|
#include <tamil.h>
Inheritance diagram for Xapian::Internal::Snowball::Tamil:
Collaboration diagram for Xapian::Internal::Snowball::Tamil:Classes | |
| struct | SN_local |
Public Member Functions | |
| Tamil () | |
| ~Tamil () | |
| 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 28 of file tamil.h.
References create_s(), SN_env::p, Xapian::Internal::Snowball::Tamil::SN_local::z, and zlocal.
|
inline |
Definition at line 33 of file tamil.h.
References close_env().
|
inlineprivate |
|
inlineoverridevirtual |
Return a string describing this object.
Implements Xapian::StemImplementation.
|
inlineoverridevirtual |
Stem the specified word.
Implements Xapian::StemImplementation.
Definition at line 37 of file tamil.h.
References SN_env::c, SN_env::l, SN_env::p, replace_s(), SIZE, stem(), Xapian::Internal::Snowball::Tamil::SN_local::z, and zlocal.
|
staticprivate |
Definition at line 804 of file tamil.cc.
References a_1, a_10, a_11, a_12, a_13, a_14, a_15, a_16, a_17, a_18, a_19, a_20, a_21, a_22, a_23, a_24, a_25, a_26, SN_env::bra, SN_env::c, eq_s(), eq_s_b(), find_among(), find_among_b(), SN_env::ket, SN_env::l, SN_env::lb, len_utf8(), SN_env::p, r_fix_ending(), r_fix_endings(), r_fix_va_start(), s_14, s_15, s_16, s_17, s_18, s_19, s_20, s_21, s_22, s_23, s_24, s_25, s_26, s_27, s_28, s_29, s_30, s_31, s_32, s_33, s_34, s_35, s_36, s_37, s_38, s_39, s_40, slice_del(), and slice_from_s().
Referenced by operator()().
|
private |
Definition at line 18 of file tamil.h.
Referenced by close_env(), operator()(), and Tamil().