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
portuguese.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
InternalStemPortuguese
:
public
SnowballStemImplementation
{
9
int
I_p2
;
10
int
I_p1
;
11
int
I_pV
;
12
int
r_residual_form
();
13
int
r_residual_suffix
();
14
int
r_verb_suffix
();
15
int
r_standard_suffix
();
16
int
r_R2
();
17
int
r_R1
();
18
int
r_RV
();
19
int
r_mark_regions
();
20
int
r_postlude
();
21
int
r_prelude
();
22
23
public
:
24
25
InternalStemPortuguese
();
26
~InternalStemPortuguese
();
27
int
stem
();
28
std::string
get_description
()
const
;
29
};
30
31
}
Xapian
The Xapian namespace contains public interfaces for the Xapian library.
Definition:
compactor.cc:80
Xapian::InternalStemPortuguese::I_p2
int I_p2
Definition:
portuguese.h:9
Xapian::InternalStemPortuguese::r_verb_suffix
int r_verb_suffix()
Definition:
portuguese.cc:906
Xapian::InternalStemPortuguese::I_p1
int I_p1
Definition:
portuguese.h:10
Xapian::InternalStemPortuguese::r_standard_suffix
int r_standard_suffix()
Definition:
portuguese.cc:746
Xapian::InternalStemPortuguese::stem
int stem()
Virtual method implemented by the subclass to actually do the work.
Definition:
portuguese.cc:988
Xapian::InternalStemPortuguese::get_description
std::string get_description() const
Return a string describing this object.
Definition:
portuguese.cc:1078
Xapian::InternalStemPortuguese::r_residual_suffix
int r_residual_suffix()
Definition:
portuguese.cc:922
Xapian::InternalStemPortuguese::r_residual_form
int r_residual_form()
Definition:
portuguese.cc:935
steminternal.h
Base class for implementations of stemming algorithms.
Xapian::SnowballStemImplementation
Definition:
steminternal.h:51
Xapian::InternalStemPortuguese::r_prelude
int r_prelude()
Definition:
portuguese.cc:579
Xapian::InternalStemPortuguese::I_pV
int I_pV
Definition:
portuguese.h:11
Xapian::InternalStemPortuguese::r_R1
int r_R1()
Definition:
portuguese.cc:736
Xapian::InternalStemPortuguese::InternalStemPortuguese
InternalStemPortuguese()
Definition:
portuguese.cc:1068
Xapian::InternalStemPortuguese::~InternalStemPortuguese
~InternalStemPortuguese()
Definition:
portuguese.cc:1073
Xapian::InternalStemPortuguese::r_postlude
int r_postlude()
Definition:
portuguese.cc:696
Xapian::InternalStemPortuguese::r_mark_regions
int r_mark_regions()
Definition:
portuguese.cc:614
Xapian::InternalStemPortuguese
Definition:
portuguese.h:8
Xapian::InternalStemPortuguese::r_RV
int r_RV()
Definition:
portuguese.cc:731
Xapian::InternalStemPortuguese::r_R2
int r_R2()
Definition:
portuguese.cc:741
Generated by
Doxygen 1.8.13