#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 essive stem. |
Definition in file ffpriv_essive_stem.h.
|
Transform the given word into essive stem.
Definition at line 37 of file ffpriv_essive_stem.c. References ffops::cg, ffword::data, ffpriv_genitive_stem(), ffpriv_ie_partitive(), ffpriv_is_consonant(), ffpriv_is_vowel(), ffregex_match(), ffstring_append(), ffstring_last(), ffstring_last_equals_ci(), ffstring_rfe(), ffstring_tail_equals_ci(), ffword_copy(), ffword_delete(), ffword_swap_delete(), ffword::metadata, and ffops::relic. Referenced by ffpriv_essive_singular(), ffpriv_general_illative(), and ffpriv_plural_stem(). |