PostgreSQL Source Code git master
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
DictSnowball Struct Reference

Data Fields

struct SN_envz
 
StopList stoplist
 
bool needrecode
 
int(* stem )(struct SN_env *z)
 
MemoryContext dictCtx
 

Detailed Description

Definition at line 164 of file dict_snowball.c.

Field Documentation

◆ dictCtx

MemoryContext DictSnowball::dictCtx

Definition at line 176 of file dict_snowball.c.

Referenced by dsnowball_init(), and dsnowball_lexize().

◆ needrecode

bool DictSnowball::needrecode

Definition at line 168 of file dict_snowball.c.

Referenced by dsnowball_lexize(), and locate_stem_module().

◆ stem

int(* DictSnowball::stem) (struct SN_env *z)

Definition at line 169 of file dict_snowball.c.

Referenced by dsnowball_init(), dsnowball_lexize(), and locate_stem_module().

◆ stoplist

StopList DictSnowball::stoplist

Definition at line 167 of file dict_snowball.c.

Referenced by dsnowball_init(), and dsnowball_lexize().

◆ z

struct SN_env* DictSnowball::z

Definition at line 166 of file dict_snowball.c.

Referenced by dsnowball_lexize(), and locate_stem_module().


The documentation for this struct was generated from the following file: