xapian-core
1.4.27
Main Page
Related Pages
+
Namespaces
Namespace List
+
Namespace Members
+
All
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
+
Functions
a
b
c
d
e
f
g
i
m
n
o
p
r
s
t
u
v
+
Variables
b
d
h
i
k
l
m
u
x
Typedefs
Enumerations
+
Enumerator
c
d
e
f
i
l
m
n
o
p
r
s
t
u
+
Classes
Class List
Class Index
Class Hierarchy
+
Class Members
+
All
:
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
+
Functions
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
+
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Typedefs
c
d
e
f
i
p
r
s
t
v
Enumerations
+
Enumerator
a
b
c
d
f
g
i
j
l
m
n
o
p
q
r
s
t
u
v
w
x
+
Related Functions
:
c
e
g
i
l
m
o
q
r
t
x
+
Files
File List
+
File Members
+
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Functions
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Variables
a
b
c
d
e
f
g
i
j
k
l
m
n
o
p
r
s
t
u
v
w
y
Typedefs
Enumerations
+
Enumerator
a
b
c
d
e
f
g
h
i
k
l
m
n
p
r
s
t
u
v
w
x
+
Macros
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
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