PostgreSQL Source Code
git master
|
Data Fields | |
struct SN_env * | z |
StopList | stoplist |
bool | needrecode |
int(* | stem )(struct SN_env *z) |
MemoryContext | dictCtx |
Definition at line 162 of file dict_snowball.c.
MemoryContext DictSnowball::dictCtx |
Definition at line 174 of file dict_snowball.c.
Referenced by dsnowball_init(), and dsnowball_lexize().
bool DictSnowball::needrecode |
Definition at line 166 of file dict_snowball.c.
Referenced by dsnowball_lexize(), and locate_stem_module().
Definition at line 167 of file dict_snowball.c.
Referenced by dsnowball_init(), dsnowball_lexize(), and locate_stem_module().
StopList DictSnowball::stoplist |
Definition at line 165 of file dict_snowball.c.
Referenced by dsnowball_init(), and dsnowball_lexize().
struct SN_env* DictSnowball::z |
Definition at line 164 of file dict_snowball.c.
Referenced by dsnowball_lexize(), and locate_stem_module().