xapian-core
1.4.26
|
Base class for implementations of stemming algorithms. More...
#include <config.h>
#include "steminternal.h"
#include <xapian/error.h>
#include "omassert.h"
#include <cstdlib>
#include <cstring>
#include <string>
Go to the source code of this file.
Namespaces | |
Xapian | |
The Xapian namespace contains public interfaces for the Xapian library. | |
Macros | |
#define | CREATE_SIZE 16 |
Base class for implementations of stemming algorithms.
Definition in file steminternal.cc.
#define CREATE_SIZE 16 |
Definition at line 72 of file steminternal.cc.
Referenced by Xapian::SnowballStemImplementation::create_s().