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
irish.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
InternalStemIrish
:
public
SnowballStemImplementation
{
9
int
I_p2
;
10
int
I_p1
;
11
int
I_pV
;
12
int
r_verb_sfx
();
13
int
r_deriv
();
14
int
r_noun_sfx
();
15
int
r_mark_regions
();
16
int
r_initial_morph
();
17
int
r_RV
();
18
int
r_R2
();
19
int
r_R1
();
20
21
public
:
22
23
InternalStemIrish
();
24
~InternalStemIrish
();
25
int
stem
();
26
std::string
get_description
()
const
;
27
};
28
29
}
Xapian
The Xapian namespace contains public interfaces for the Xapian library.
Definition:
compactor.cc:80
Xapian::InternalStemIrish::I_p2
int I_p2
Definition:
irish.h:9
Xapian::InternalStemIrish::r_RV
int r_RV()
Definition:
irish.cc:355
Xapian::InternalStemIrish::~InternalStemIrish
~InternalStemIrish()
Definition:
irish.cc:509
Xapian::InternalStemIrish::r_noun_sfx
int r_noun_sfx()
Definition:
irish.cc:370
Xapian::InternalStemIrish::I_p1
int I_p1
Definition:
irish.h:10
steminternal.h
Base class for implementations of stemming algorithms.
Xapian::InternalStemIrish::I_pV
int I_pV
Definition:
irish.h:11
Xapian::InternalStemIrish::get_description
std::string get_description() const
Return a string describing this object.
Definition:
irish.cc:514
Xapian::SnowballStemImplementation
Definition:
steminternal.h:51
Xapian::InternalStemIrish::stem
int stem()
Virtual method implemented by the subclass to actually do the work.
Definition:
irish.cc:469
Xapian::InternalStemIrish
Definition:
irish.h:8
Xapian::InternalStemIrish::r_mark_regions
int r_mark_regions()
Definition:
irish.cc:251
Xapian::InternalStemIrish::r_R2
int r_R2()
Definition:
irish.cc:365
Xapian::InternalStemIrish::r_R1
int r_R1()
Definition:
irish.cc:360
Xapian::InternalStemIrish::r_verb_sfx
int r_verb_sfx()
Definition:
irish.cc:441
Xapian::InternalStemIrish::r_deriv
int r_deriv()
Definition:
irish.cc:397
Xapian::InternalStemIrish::r_initial_morph
int r_initial_morph()
Definition:
irish.cc:294
Xapian::InternalStemIrish::InternalStemIrish
InternalStemIrish()
Definition:
irish.cc:504
Generated by
Doxygen 1.8.13