PostgreSQL Source Code  git master
SplitVar Struct Reference

Data Fields

int nstem
 
int lenstem
 
char ** stem
 
struct SplitVarnext
 

Detailed Description

Definition at line 2281 of file spell.c.

Field Documentation

◆ lenstem

int SplitVar::lenstem

Definition at line 2284 of file spell.c.

Referenced by AddStem(), and CopyVar().

◆ next

struct SplitVar* SplitVar::next

Definition at line 2286 of file spell.c.

Referenced by CopyVar(), NINormalizeWord(), and SplitToVariants().

◆ nstem

int SplitVar::nstem

Definition at line 2283 of file spell.c.

Referenced by AddStem(), CopyVar(), and NINormalizeWord().

◆ stem

char** SplitVar::stem

Definition at line 2285 of file spell.c.

Referenced by AddStem(), CopyVar(), and NINormalizeWord().


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