PostgreSQL Source Code
git master
|
Data Fields | |
int | nstem |
int | lenstem |
char ** | stem |
struct SplitVar * | next |
int SplitVar::lenstem |
struct SplitVar* SplitVar::next |
Definition at line 2290 of file spell.c.
Referenced by CopyVar(), NINormalizeWord(), and SplitToVariants().
int SplitVar::nstem |
Definition at line 2287 of file spell.c.
Referenced by AddStem(), CopyVar(), and NINormalizeWord().
char** SplitVar::stem |
Definition at line 2289 of file spell.c.
Referenced by AddStem(), CopyVar(), and NINormalizeWord().