Packages

Stemex is a NIF wrapper above snowball containing stemmers for : danish, dutch, english, finnish, french, german, hungarian, italian, kraaij_pohlmann, lovins, norwegian, portuguese, romanian, russian, spanish, swedish, turkish.

Current section

Files

Jump to
stemex c_src gen kraaij_pohlmann.h
Raw

c_src/gen/kraaij_pohlmann.h

/* This file was generated automatically by the Snowball to ANSI C compiler */
#ifdef __cplusplus
extern "C" {
#endif
extern struct SN_env * kraaij_pohlmann_create_env(void);
extern void kraaij_pohlmann_close_env(struct SN_env * z);
extern int kraaij_pohlmann_stem(struct SN_env * z);
#define kraaij_pohlmann_varGE_removed (B[2])
#define kraaij_pohlmann_varstemmed (B[1])
#define kraaij_pohlmann_varY_found (B[0])
#define kraaij_pohlmann_varp2 (I[2])
#define kraaij_pohlmann_varp1 (I[1])
#define kraaij_pohlmann_varx (I[0])
#define kraaij_pohlmann_varch (S[0])
#ifdef __cplusplus
}
#endif