xapian-core
1.4.26
languages
german2.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
InternalStemGerman2
:
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
InternalStemGerman2
();
22
~InternalStemGerman2
();
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::InternalStemGerman2::I_p2
int I_p2
Definition:
german2.h:10
Xapian::InternalStemGerman2::r_postlude
int r_postlude()
Definition:
german2.cc:286
Xapian::InternalStemGerman2
Definition:
german2.h:8
Xapian::InternalStemGerman2::r_R2
int r_R2()
Definition:
german2.cc:335
Xapian::InternalStemGerman2::r_standard_suffix
int r_standard_suffix()
Definition:
german2.cc:340
steminternal.h
Base class for implementations of stemming algorithms.
Xapian::InternalStemGerman2::~InternalStemGerman2
~InternalStemGerman2()
Definition:
german2.cc:551
Xapian::InternalStemGerman2::I_x
int I_x
Definition:
german2.h:9
Xapian::InternalStemGerman2::r_prelude
int r_prelude()
Definition:
german2.cc:153
Xapian::InternalStemGerman2::r_R1
int r_R1()
Definition:
german2.cc:330
Xapian::SnowballStemImplementation
Definition:
steminternal.h:51
Xapian::InternalStemGerman2::r_mark_regions
int r_mark_regions()
Definition:
german2.cc:246
Xapian::InternalStemGerman2::stem
int stem()
Virtual method implemented by the subclass to actually do the work.
Definition:
german2.cc:517
Xapian::InternalStemGerman2::InternalStemGerman2
InternalStemGerman2()
Definition:
german2.cc:546
Xapian::InternalStemGerman2::get_description
std::string get_description() const
Return a string describing this object.
Definition:
german2.cc:556
Xapian::InternalStemGerman2::I_p1
int I_p1
Definition:
german2.h:11
Generated by
Doxygen 1.8.13