xapian-core
1.4.26
languages
german.h
Go to the documentation of this file.
1
/* Generated by Snowball 2.0.0 - https://snowballstem.org/ */
2
3
4
#include "
steminternal.h
"
5
6
namespace
Xapian
{
7
8
class
InternalStemGerman
:
public
SnowballStemImplementation
{
9
int
I_x
;
10
int
I_p2
;
11
int
I_p1
;
12
int
r_standard_suffix
();
13
int
r_R2
();
14
int
r_R1
();
15
int
r_mark_regions
();
16
int
r_postlude
();
17
int
r_prelude
();
18
19
public
:
20
21
InternalStemGerman
();
22
~InternalStemGerman
();
23
int
stem
();
24
std::string
get_description
()
const
;
25
};
26
27
}
Xapian
The Xapian namespace contains public interfaces for the Xapian library.
Definition:
compactor.cc:80
Xapian::InternalStemGerman
Definition:
german.h:8
Xapian::InternalStemGerman::r_R1
int r_R1()
Definition:
german.cc:284
Xapian::InternalStemGerman::r_mark_regions
int r_mark_regions()
Definition:
german.cc:200
Xapian::InternalStemGerman::InternalStemGerman
InternalStemGerman()
Definition:
german.cc:500
Xapian::InternalStemGerman::r_standard_suffix
int r_standard_suffix()
Definition:
german.cc:294
steminternal.h
Base class for implementations of stemming algorithms.
Xapian::InternalStemGerman::r_postlude
int r_postlude()
Definition:
german.cc:240
Xapian::InternalStemGerman::I_p2
int I_p2
Definition:
german.h:10
Xapian::InternalStemGerman::~InternalStemGerman
~InternalStemGerman()
Definition:
german.cc:505
Xapian::InternalStemGerman::r_R2
int r_R2()
Definition:
german.cc:289
Xapian::InternalStemGerman::r_prelude
int r_prelude()
Definition:
german.cc:130
Xapian::SnowballStemImplementation
Definition:
steminternal.h:51
Xapian::InternalStemGerman::I_x
int I_x
Definition:
german.h:9
Xapian::InternalStemGerman::stem
int stem()
Virtual method implemented by the subclass to actually do the work.
Definition:
german.cc:471
Xapian::InternalStemGerman::get_description
std::string get_description() const
Return a string describing this object.
Definition:
german.cc:510
Xapian::InternalStemGerman::I_p1
int I_p1
Definition:
german.h:11
Generated by
Doxygen 1.8.13