|
xapian-core
2.0.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 1184 of file tamil.cc.
References SN_env::c, r_fix_ending(), r_has_min_length(), r_remove_command_suffixes(), r_remove_common_word_endings(), r_remove_plural_suffix(), r_remove_pronoun_prefixes(), r_remove_question_prefixes(), r_remove_question_suffixes(), r_remove_tense_suffixes(), r_remove_um(), and r_remove_vetrumai_urupukal().
Referenced by operator()().
|
private |
Definition at line 18 of file tamil.h.
Referenced by close_env(), operator()(), and Tamil().