xapian-core
1.4.26
languages
spanish.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
InternalStemSpanish
:
public
SnowballStemImplementation
{
9
int
I_p2
;
10
int
I_p1
;
11
int
I_pV
;
12
int
r_residual_suffix
();
13
int
r_verb_suffix
();
14
int
r_y_verb_suffix
();
15
int
r_standard_suffix
();
16
int
r_attached_pronoun
();
17
int
r_R2
();
18
int
r_R1
();
19
int
r_RV
();
20
int
r_mark_regions
();
21
int
r_postlude
();
22
23
public
:
24
25
InternalStemSpanish
();
26
~InternalStemSpanish
();
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::InternalStemSpanish::r_RV
int r_RV()
Definition:
spanish.cc:746
Xapian::InternalStemSpanish::r_residual_suffix
int r_residual_suffix()
Definition:
spanish.cc:1049
Xapian::InternalStemSpanish::get_description
std::string get_description() const
Return a string describing this object.
Definition:
spanish.cc:1160
Xapian::InternalStemSpanish::~InternalStemSpanish
~InternalStemSpanish()
Definition:
spanish.cc:1155
Xapian::InternalStemSpanish::I_p2
int I_p2
Definition:
spanish.h:9
Xapian::InternalStemSpanish::r_verb_suffix
int r_verb_suffix()
Definition:
spanish.cc:1010
Xapian::InternalStemSpanish
Definition:
spanish.h:8
Xapian::InternalStemSpanish::r_R1
int r_R1()
Definition:
spanish.cc:751
Xapian::InternalStemSpanish::I_pV
int I_pV
Definition:
spanish.h:11
steminternal.h
Base class for implementations of stemming algorithms.
Xapian::SnowballStemImplementation
Definition:
steminternal.h:51
Xapian::InternalStemSpanish::InternalStemSpanish
InternalStemSpanish()
Definition:
spanish.cc:1150
Xapian::InternalStemSpanish::stem
int stem()
Virtual method implemented by the subclass to actually do the work.
Definition:
spanish.cc:1096
Xapian::InternalStemSpanish::r_R2
int r_R2()
Definition:
spanish.cc:756
Xapian::InternalStemSpanish::r_standard_suffix
int r_standard_suffix()
Definition:
spanish.cc:820
Xapian::InternalStemSpanish::r_attached_pronoun
int r_attached_pronoun()
Definition:
spanish.cc:761
Xapian::InternalStemSpanish::r_postlude
int r_postlude()
Definition:
spanish.cc:696
Xapian::InternalStemSpanish::r_mark_regions
int r_mark_regions()
Definition:
spanish.cc:614
Xapian::InternalStemSpanish::r_y_verb_suffix
int r_y_verb_suffix()
Definition:
spanish.cc:992
Xapian::InternalStemSpanish::I_p1
int I_p1
Definition:
spanish.h:10
Generated by
Doxygen 1.8.13