PostgreSQL Source Code  git master
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 162 of file dict_snowball.c.

Field Documentation

◆ dictCtx

MemoryContext DictSnowball::dictCtx

Definition at line 174 of file dict_snowball.c.

Referenced by dsnowball_init(), and dsnowball_lexize().

◆ needrecode

bool DictSnowball::needrecode

Definition at line 166 of file dict_snowball.c.

Referenced by dsnowball_lexize(), and locate_stem_module().

◆ stem

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

Definition at line 167 of file dict_snowball.c.

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

◆ stoplist

StopList DictSnowball::stoplist

Definition at line 165 of file dict_snowball.c.

Referenced by dsnowball_init(), and dsnowball_lexize().

◆ z

struct SN_env* DictSnowball::z

Definition at line 164 of file dict_snowball.c.

Referenced by dsnowball_lexize(), and locate_stem_module().


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