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
hungarian.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
InternalStemHungarian
:
public
SnowballStemImplementation
{
9
int
I_p1
;
10
int
r_double
();
11
int
r_undouble
();
12
int
r_factive
();
13
int
r_instrum
();
14
int
r_plur_owner
();
15
int
r_sing_owner
();
16
int
r_owned
();
17
int
r_plural
();
18
int
r_case_other
();
19
int
r_case_special
();
20
int
r_case
();
21
int
r_v_ending
();
22
int
r_R1
();
23
int
r_mark_regions
();
24
25
public
:
26
27
InternalStemHungarian
();
28
~InternalStemHungarian
();
29
int
stem
();
30
std::string
get_description
()
const
;
31
};
32
33
}
Xapian::InternalStemHungarian::I_p1
int I_p1
Definition:
hungarian.h:9
Xapian
The Xapian namespace contains public interfaces for the Xapian library.
Definition:
compactor.cc:80
Xapian::InternalStemHungarian::get_description
std::string get_description() const
Return a string describing this object.
Definition:
hungarian.cc:970
Xapian::InternalStemHungarian::~InternalStemHungarian
~InternalStemHungarian()
Definition:
hungarian.cc:965
Xapian::InternalStemHungarian::r_case
int r_case()
Definition:
hungarian.cc:683
Xapian::InternalStemHungarian::r_R1
int r_R1()
Definition:
hungarian.cc:607
Xapian::InternalStemHungarian::InternalStemHungarian
InternalStemHungarian()
Definition:
hungarian.cc:960
Xapian::InternalStemHungarian
Definition:
hungarian.h:8
Xapian::InternalStemHungarian::r_undouble
int r_undouble()
Definition:
hungarian.cc:646
Xapian::InternalStemHungarian::stem
int stem()
Virtual method implemented by the subclass to actually do the work.
Definition:
hungarian.cc:893
Xapian::InternalStemHungarian::r_owned
int r_owned()
Definition:
hungarian.cc:804
Xapian::InternalStemHungarian::r_case_other
int r_case_other()
Definition:
hungarian.cc:724
steminternal.h
Base class for implementations of stemming algorithms.
Xapian::InternalStemHungarian::r_factive
int r_factive()
Definition:
hungarian.cc:754
Xapian::InternalStemHungarian::r_case_special
int r_case_special()
Definition:
hungarian.cc:699
Xapian::InternalStemHungarian::r_instrum
int r_instrum()
Definition:
hungarian.cc:663
Xapian::SnowballStemImplementation
Definition:
steminternal.h:51
Xapian::InternalStemHungarian::r_mark_regions
int r_mark_regions()
Definition:
hungarian.cc:574
Xapian::InternalStemHungarian::r_plural
int r_plural()
Definition:
hungarian.cc:774
Xapian::InternalStemHungarian::r_sing_owner
int r_sing_owner()
Definition:
hungarian.cc:834
Xapian::InternalStemHungarian::r_double
int r_double()
Definition:
hungarian.cc:637
Xapian::InternalStemHungarian::r_plur_owner
int r_plur_owner()
Definition:
hungarian.cc:863
Xapian::InternalStemHungarian::r_v_ending
int r_v_ending()
Definition:
hungarian.cc:612
Generated by
Doxygen 1.8.13