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
lithuanian.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
InternalStemLithuanian
:
public
SnowballStemImplementation
{
9
int
I_p1
;
10
int
r_fix_conflicts
();
11
int
r_fix_gd
();
12
int
r_fix_chdz
();
13
int
r_step1
();
14
int
r_R1
();
15
int
r_step2
();
16
17
public
:
18
19
InternalStemLithuanian
();
20
~InternalStemLithuanian
();
21
int
stem
();
22
std::string
get_description
()
const
;
23
};
24
25
}
Xapian
The Xapian namespace contains public interfaces for the Xapian library.
Definition:
compactor.cc:80
Xapian::InternalStemLithuanian::r_step1
int r_step1()
Definition:
lithuanian.cc:760
Xapian::InternalStemLithuanian::r_step2
int r_step2()
Definition:
lithuanian.cc:779
Xapian::InternalStemLithuanian::I_p1
int I_p1
Definition:
lithuanian.h:9
Xapian::InternalStemLithuanian::r_fix_gd
int r_fix_gd()
Definition:
lithuanian.cc:876
Xapian::InternalStemLithuanian::get_description
std::string get_description() const
Return a string describing this object.
Definition:
lithuanian.cc:970
Xapian::InternalStemLithuanian::~InternalStemLithuanian
~InternalStemLithuanian()
Definition:
lithuanian.cc:965
steminternal.h
Base class for implementations of stemming algorithms.
Xapian::InternalStemLithuanian::r_R1
int r_R1()
Definition:
lithuanian.cc:755
Xapian::InternalStemLithuanian::r_fix_chdz
int r_fix_chdz()
Definition:
lithuanian.cc:854
Xapian::SnowballStemImplementation
Definition:
steminternal.h:51
Xapian::InternalStemLithuanian::r_fix_conflicts
int r_fix_conflicts()
Definition:
lithuanian.cc:802
Xapian::InternalStemLithuanian
Definition:
lithuanian.h:8
Xapian::InternalStemLithuanian::stem
int stem()
Virtual method implemented by the subclass to actually do the work.
Definition:
lithuanian.cc:887
Xapian::InternalStemLithuanian::InternalStemLithuanian
InternalStemLithuanian()
Definition:
lithuanian.cc:960
Generated by
Doxygen 1.8.13