xapian-core
1.4.26
languages
swedish.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
InternalStemSwedish
:
public
SnowballStemImplementation
{
9
int
I_x
;
10
int
I_p1
;
11
int
r_other_suffix
();
12
int
r_consonant_pair
();
13
int
r_main_suffix
();
14
int
r_mark_regions
();
15
16
public
:
17
18
InternalStemSwedish
();
19
~InternalStemSwedish
();
20
int
stem
();
21
std::string
get_description
()
const
;
22
};
23
24
}
Xapian
The Xapian namespace contains public interfaces for the Xapian library.
Definition:
compactor.cc:80
Xapian::InternalStemSwedish::r_consonant_pair
int r_consonant_pair()
Definition:
swedish.cc:209
Xapian::InternalStemSwedish::get_description
std::string get_description() const
Return a string describing this object.
Definition:
swedish.cc:307
Xapian::InternalStemSwedish::InternalStemSwedish
InternalStemSwedish()
Definition:
swedish.cc:297
Xapian::InternalStemSwedish::I_p1
int I_p1
Definition:
swedish.h:10
Xapian::InternalStemSwedish::I_x
int I_x
Definition:
swedish.h:9
steminternal.h
Base class for implementations of stemming algorithms.
Xapian::InternalStemSwedish
Definition:
swedish.h:8
Xapian::InternalStemSwedish::r_main_suffix
int r_main_suffix()
Definition:
swedish.cc:180
Xapian::InternalStemSwedish::r_other_suffix
int r_other_suffix()
Definition:
swedish.cc:233
Xapian::InternalStemSwedish::~InternalStemSwedish
~InternalStemSwedish()
Definition:
swedish.cc:302
Xapian::SnowballStemImplementation
Definition:
steminternal.h:51
Xapian::InternalStemSwedish::stem
int stem()
Virtual method implemented by the subclass to actually do the work.
Definition:
swedish.cc:266
Xapian::InternalStemSwedish::r_mark_regions
int r_mark_regions()
Definition:
swedish.cc:156
Generated by
Doxygen 1.8.13