#include "fftypes.h"
#include "ffword.h"
Go to the source code of this file.
Functions | |
ffint32 | ffpriv_essive_stem (ffword *word) |
Transform the given word into its essive stem. |
Definition in file ffpriv_essive_stem.h.
|
Transform the given word into its essive stem. TODO: ie Definition at line 35 of file ffpriv_essive_stem.c. References ffops::cg, ffword::data, ffpriv_genitive_stem(), ffpriv_is_vowel(), ffstring_copy(), ffstring_delete(), ffstring_last(), ffstring_last_equals_ci(), ffstring_move_and_delete(), ffstring_rfe(), ffstring_tail_equals_ci(), and ffword::metadata. Referenced by ffpriv_essive_singular(), ffpriv_general_illative(), and ffpriv_plural_stem(). |