|
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 2295 of file spell.c.
Referenced by CopyVar(), NINormalizeWord(), and SplitToVariants().
| int SplitVar::nstem |
Definition at line 2292 of file spell.c.
Referenced by AddStem(), CopyVar(), and NINormalizeWord().
| char** SplitVar::stem |
Definition at line 2294 of file spell.c.
Referenced by AddStem(), CopyVar(), and NINormalizeWord().