PostgreSQL Source Code
git master
stem_UTF_8_dutch.h
Go to the documentation of this file.
1
2
/* This file was generated automatically by the Snowball to ANSI C compiler */
3
4
#ifdef __cplusplus
5
extern
"C"
{
6
#endif
7
8
extern
struct
SN_env
*
dutch_UTF_8_create_env
(
void
);
9
extern
void
dutch_UTF_8_close_env
(
struct
SN_env
* z);
10
11
extern
int
dutch_UTF_8_stem
(
struct
SN_env
* z);
12
13
#ifdef __cplusplus
14
}
15
#endif
16
dutch_UTF_8_close_env
void dutch_UTF_8_close_env(struct SN_env *z)
Definition:
stem_UTF_8_dutch.c:633
dutch_UTF_8_create_env
struct SN_env * dutch_UTF_8_create_env(void)
Definition:
stem_UTF_8_dutch.c:631
dutch_UTF_8_stem
int dutch_UTF_8_stem(struct SN_env *z)
Definition:
stem_UTF_8_dutch.c:592
SN_env
Definition:
api.h:14
src
include
snowball
libstemmer
stem_UTF_8_dutch.h
Generated on Fri Apr 20 2018 18:13:24 for PostgreSQL Source Code by
1.8.13