|
xapian-core
1.4.30
|
Base class for implementations of stemming algorithms. More...
Include dependency graph for steminternal.h:
This graph shows which files directly or indirectly include this file: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.
| 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().