xapian-core
1.4.26
|
Base class for implementations of stemming algorithms. More...
Go to the source code of this file.
Classes | |
struct | among |
class | Xapian::SnowballStemImplementation |
Namespaces | |
Xapian | |
The Xapian namespace contains public interfaces for the Xapian library. | |
Macros | |
#define | HEAD (2 * sizeof(int)) |
Typedefs | |
typedef unsigned char | symbol |
typedef int(* | among_function) (Xapian::StemImplementation *) |
Functions | |
void | lose_s (symbol *p) |
Base class for implementations of stemming algorithms.
Definition in file steminternal.h.
#define HEAD (2 * sizeof(int)) |
Definition at line 34 of file steminternal.h.
Referenced by Xapian::SnowballStemImplementation::create_s(), Xapian::SnowballStemImplementation::increase_size(), and lose_s().
typedef int(* among_function) (Xapian::StemImplementation *) |
Definition at line 36 of file steminternal.h.
typedef unsigned char symbol |
Definition at line 32 of file steminternal.h.
|
inline |
Definition at line 45 of file steminternal.h.
References HEAD.
Referenced by Xapian::InternalStemDanish::~InternalStemDanish(), Xapian::InternalStemFinnish::~InternalStemFinnish(), Xapian::InternalStemKraaij_pohlmann::~InternalStemKraaij_pohlmann(), and Xapian::SnowballStemImplementation::~SnowballStemImplementation().