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
danish.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
InternalStemDanish
:
public
SnowballStemImplementation
{
9
int
I_x
;
10
int
I_p1
;
11
symbol
*
S_ch
;
12
int
r_undouble
();
13
int
r_other_suffix
();
14
int
r_consonant_pair
();
15
int
r_main_suffix
();
16
int
r_mark_regions
();
17
18
public
:
19
20
InternalStemDanish
();
21
~InternalStemDanish
();
22
int
stem
();
23
std::string
get_description
()
const
;
24
};
25
26
}
Xapian
The Xapian namespace contains public interfaces for the Xapian library.
Definition:
compactor.cc:80
Xapian::InternalStemDanish::r_other_suffix
int r_other_suffix()
Definition:
danish.cc:214
Xapian::InternalStemDanish::stem
int stem()
Virtual method implemented by the subclass to actually do the work.
Definition:
danish.cc:280
Xapian::InternalStemDanish::r_undouble
int r_undouble()
Definition:
danish.cc:259
Xapian::InternalStemDanish::S_ch
symbol * S_ch
Definition:
danish.h:11
Xapian::InternalStemDanish::I_x
int I_x
Definition:
danish.h:9
Xapian::InternalStemDanish::~InternalStemDanish
~InternalStemDanish()
Definition:
danish.cc:323
steminternal.h
Base class for implementations of stemming algorithms.
symbol
unsigned short symbol
Definition:
header.h:6
Xapian::SnowballStemImplementation
Definition:
steminternal.h:51
Xapian::InternalStemDanish::InternalStemDanish
InternalStemDanish()
Definition:
danish.cc:317
Xapian::InternalStemDanish::r_mark_regions
int r_mark_regions()
Definition:
danish.cc:136
Xapian::InternalStemDanish::get_description
std::string get_description() const
Return a string describing this object.
Definition:
danish.cc:329
Xapian::InternalStemDanish::r_main_suffix
int r_main_suffix()
Definition:
danish.cc:160
Xapian::InternalStemDanish::r_consonant_pair
int r_consonant_pair()
Definition:
danish.cc:189
Xapian::InternalStemDanish::I_p1
int I_p1
Definition:
danish.h:10
Xapian::InternalStemDanish
Definition:
danish.h:8
Generated by
Doxygen 1.8.13