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
dutch.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
InternalStemDutch
:
public
SnowballStemImplementation
{
9
int
I_p2
;
10
int
I_p1
;
11
unsigned
char
I_e_found
;
12
int
r_standard_suffix
();
13
int
r_undouble
();
14
int
r_R2
();
15
int
r_R1
();
16
int
r_mark_regions
();
17
int
r_en_ending
();
18
int
r_e_ending
();
19
int
r_postlude
();
20
int
r_prelude
();
21
22
public
:
23
24
InternalStemDutch
();
25
~InternalStemDutch
();
26
int
stem
();
27
std::string
get_description
()
const
;
28
};
29
30
}
Xapian
The Xapian namespace contains public interfaces for the Xapian library.
Definition:
compactor.cc:80
Xapian::InternalStemDutch::r_R1
int r_R1()
Definition:
dutch.cc:323
Xapian::InternalStemDutch::r_R2
int r_R2()
Definition:
dutch.cc:328
Xapian::InternalStemDutch::r_undouble
int r_undouble()
Definition:
dutch.cc:333
Xapian::InternalStemDutch::r_en_ending
int r_en_ending()
Definition:
dutch.cc:374
Xapian::InternalStemDutch::I_p2
int I_p2
Definition:
dutch.h:9
Xapian::InternalStemDutch::InternalStemDutch
InternalStemDutch()
Definition:
dutch.cc:616
Xapian::InternalStemDutch::r_postlude
int r_postlude()
Definition:
dutch.cc:288
Xapian::InternalStemDutch::I_e_found
unsigned char I_e_found
Definition:
dutch.h:11
Xapian::InternalStemDutch::get_description
std::string get_description() const
Return a string describing this object.
Definition:
dutch.cc:626
steminternal.h
Base class for implementations of stemming algorithms.
Xapian::InternalStemDutch::r_standard_suffix
int r_standard_suffix()
Definition:
dutch.cc:397
Xapian::InternalStemDutch::r_prelude
int r_prelude()
Definition:
dutch.cc:153
Xapian::SnowballStemImplementation
Definition:
steminternal.h:51
Xapian::InternalStemDutch::I_p1
int I_p1
Definition:
dutch.h:10
Xapian::InternalStemDutch::stem
int stem()
Virtual method implemented by the subclass to actually do the work.
Definition:
dutch.cc:587
Xapian::InternalStemDutch::r_mark_regions
int r_mark_regions()
Definition:
dutch.cc:256
Xapian::InternalStemDutch
Definition:
dutch.h:8
Xapian::InternalStemDutch::r_e_ending
int r_e_ending()
Definition:
dutch.cc:351
Xapian::InternalStemDutch::~InternalStemDutch
~InternalStemDutch()
Definition:
dutch.cc:621
Generated by
Doxygen 1.8.13