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
porter.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
InternalStemPorter
:
public
SnowballStemImplementation
{
9
unsigned
char
I_Y_found
;
10
int
I_p2
;
11
int
I_p1
;
12
int
r_Step_5b
();
13
int
r_Step_5a
();
14
int
r_Step_4
();
15
int
r_Step_3
();
16
int
r_Step_2
();
17
int
r_Step_1c
();
18
int
r_Step_1b
();
19
int
r_Step_1a
();
20
int
r_R2
();
21
int
r_R1
();
22
int
r_shortv
();
23
24
public
:
25
26
InternalStemPorter
();
27
~InternalStemPorter
();
28
int
stem
();
29
std::string
get_description
()
const
;
30
};
31
32
}
Xapian
The Xapian namespace contains public interfaces for the Xapian library.
Definition:
compactor.cc:80
Xapian::InternalStemPorter::InternalStemPorter
InternalStemPorter()
Definition:
porter.cc:747
Xapian::InternalStemPorter::stem
int stem()
Virtual method implemented by the subclass to actually do the work.
Definition:
porter.cc:591
Xapian::InternalStemPorter::r_Step_1a
int r_Step_1a()
Definition:
porter.cc:275
Xapian::InternalStemPorter::I_p1
int I_p1
Definition:
porter.h:11
Xapian::InternalStemPorter::r_Step_5b
int r_Step_5b()
Definition:
porter.cc:575
Xapian::InternalStemPorter::r_Step_5a
int r_Step_5a()
Definition:
porter.cc:542
Xapian::InternalStemPorter::r_Step_3
int r_Step_3()
Definition:
porter.cc:477
Xapian::InternalStemPorter::I_Y_found
unsigned char I_Y_found
Definition:
porter.h:9
Xapian::InternalStemPorter::r_Step_4
int r_Step_4()
Definition:
porter.cc:507
steminternal.h
Base class for implementations of stemming algorithms.
Xapian::InternalStemPorter::r_Step_2
int r_Step_2()
Definition:
porter.cc:397
Xapian::InternalStemPorter::I_p2
int I_p2
Definition:
porter.h:10
Xapian::InternalStemPorter::r_shortv
int r_shortv()
Definition:
porter.cc:258
Xapian::InternalStemPorter::get_description
std::string get_description() const
Return a string describing this object.
Definition:
porter.cc:757
Xapian::SnowballStemImplementation
Definition:
steminternal.h:51
Xapian::InternalStemPorter::~InternalStemPorter
~InternalStemPorter()
Definition:
porter.cc:752
Xapian::InternalStemPorter::r_Step_1b
int r_Step_1b()
Definition:
porter.cc:302
Xapian::InternalStemPorter::r_R1
int r_R1()
Definition:
porter.cc:265
Xapian::InternalStemPorter::r_R2
int r_R2()
Definition:
porter.cc:270
Xapian::InternalStemPorter
Definition:
porter.h:8
Xapian::InternalStemPorter::r_Step_1c
int r_Step_1c()
Definition:
porter.cc:373
Generated by
Doxygen 1.8.13