xapian-core
1.4.26
languages
dutch.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
InternalStemDutch
:
public
SnowballStemImplementation
{
9
int
I_p2
;
10
int
I_p1
;
11
unsigned
char
I_e_found
;
12
int
r_standard_suffix
();
13
int
r_undouble
();
14
int
r_R2
();
15
int
r_R1
();
16
int
r_mark_regions
();
17
int
r_en_ending
();
18
int
r_e_ending
();
19
int
r_postlude
();
20
int
r_prelude
();
21
22
public
:
23
24
InternalStemDutch
();
25
~InternalStemDutch
();
26
int
stem
();
27
std::string
get_description
()
const
;
28
};
29
30
}
Xapian
The Xapian namespace contains public interfaces for the Xapian library.
Definition:
compactor.cc:80
Xapian::InternalStemDutch::r_R1
int r_R1()
Definition:
dutch.cc:323
Xapian::InternalStemDutch::r_R2
int r_R2()
Definition:
dutch.cc:328
Xapian::InternalStemDutch::r_undouble
int r_undouble()
Definition:
dutch.cc:333
Xapian::InternalStemDutch::r_en_ending
int r_en_ending()
Definition:
dutch.cc:374
Xapian::InternalStemDutch::I_p2
int I_p2
Definition:
dutch.h:9
Xapian::InternalStemDutch::InternalStemDutch
InternalStemDutch()
Definition:
dutch.cc:616
Xapian::InternalStemDutch::r_postlude
int r_postlude()
Definition:
dutch.cc:288
Xapian::InternalStemDutch::I_e_found
unsigned char I_e_found
Definition:
dutch.h:11
Xapian::InternalStemDutch::get_description
std::string get_description() const
Return a string describing this object.
Definition:
dutch.cc:626
steminternal.h
Base class for implementations of stemming algorithms.
Xapian::InternalStemDutch::r_standard_suffix
int r_standard_suffix()
Definition:
dutch.cc:397
Xapian::InternalStemDutch::r_prelude
int r_prelude()
Definition:
dutch.cc:153
Xapian::SnowballStemImplementation
Definition:
steminternal.h:51
Xapian::InternalStemDutch::I_p1
int I_p1
Definition:
dutch.h:10
Xapian::InternalStemDutch::stem
int stem()
Virtual method implemented by the subclass to actually do the work.
Definition:
dutch.cc:587
Xapian::InternalStemDutch::r_mark_regions
int r_mark_regions()
Definition:
dutch.cc:256
Xapian::InternalStemDutch
Definition:
dutch.h:8
Xapian::InternalStemDutch::r_e_ending
int r_e_ending()
Definition:
dutch.cc:351
Xapian::InternalStemDutch::~InternalStemDutch
~InternalStemDutch()
Definition:
dutch.cc:621
Generated by
Doxygen 1.8.13