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
french.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
InternalStemFrench
:
public
SnowballStemImplementation
{
9
int
I_p2
;
10
int
I_p1
;
11
int
I_pV
;
12
int
r_un_accent
();
13
int
r_un_double
();
14
int
r_residual_suffix
();
15
int
r_verb_suffix
();
16
int
r_i_verb_suffix
();
17
int
r_standard_suffix
();
18
int
r_R2
();
19
int
r_R1
();
20
int
r_RV
();
21
int
r_mark_regions
();
22
int
r_postlude
();
23
int
r_prelude
();
24
25
public
:
26
27
InternalStemFrench
();
28
~InternalStemFrench
();
29
int
stem
();
30
std::string
get_description
()
const
;
31
};
32
33
}
Xapian
The Xapian namespace contains public interfaces for the Xapian library.
Definition:
compactor.cc:80
Xapian::InternalStemFrench::r_RV
int r_RV()
Definition:
french.cc:656
Xapian::InternalStemFrench::I_p1
int I_p1
Definition:
french.h:10
Xapian::InternalStemFrench::r_prelude
int r_prelude()
Definition:
french.cc:473
Xapian::InternalStemFrench::r_standard_suffix
int r_standard_suffix()
Definition:
french.cc:671
Xapian::InternalStemFrench::r_verb_suffix
int r_verb_suffix()
Definition:
french.cc:1019
Xapian::InternalStemFrench::r_mark_regions
int r_mark_regions()
Definition:
french.cc:552
Xapian::InternalStemFrench::r_un_accent
int r_un_accent()
Definition:
french.cc:1151
Xapian::InternalStemFrench
Definition:
french.h:8
steminternal.h
Base class for implementations of stemming algorithms.
Xapian::InternalStemFrench::stem
int stem()
Virtual method implemented by the subclass to actually do the work.
Definition:
french.cc:1178
Xapian::InternalStemFrench::r_residual_suffix
int r_residual_suffix()
Definition:
french.cc:1066
Xapian::SnowballStemImplementation
Definition:
steminternal.h:51
Xapian::InternalStemFrench::I_pV
int I_pV
Definition:
french.h:11
Xapian::InternalStemFrench::r_R1
int r_R1()
Definition:
french.cc:661
Xapian::InternalStemFrench::InternalStemFrench
InternalStemFrench()
Definition:
french.cc:1273
Xapian::InternalStemFrench::r_R2
int r_R2()
Definition:
french.cc:666
Xapian::InternalStemFrench::get_description
std::string get_description() const
Return a string describing this object.
Definition:
french.cc:1283
Xapian::InternalStemFrench::r_un_double
int r_un_double()
Definition:
french.cc:1133
Xapian::InternalStemFrench::~InternalStemFrench
~InternalStemFrench()
Definition:
french.cc:1278
Xapian::InternalStemFrench::I_p2
int I_p2
Definition:
french.h:9
Xapian::InternalStemFrench::r_i_verb_suffix
int r_i_verb_suffix()
Definition:
french.cc:1001
Xapian::InternalStemFrench::r_postlude
int r_postlude()
Definition:
french.cc:616
Generated by
Doxygen 1.8.13