#include "ffpriv_partitive_stem.h"
#include "ffpriv_genitive_stem.h"
#include "ffutil.h"
#include "ffstring.h"
#include "ffregex.h"
#include "ffpriv_ie_vowel_change.h"
#include "ffconfig.h"
Go to the source code of this file.
Functions | |
ffint32 | ffpriv_partitive_stem (ffword *word) |
Transforms the given word to its partitive stem. |
Definition in file ffpriv_partitive_stem.c.
|
Transforms the given word to its partitive stem.
Definition at line 43 of file ffpriv_partitive_stem.c. References ffops::cg, ffword::data, ffpriv_genitive_stem(), ffpriv_ie_partitive(), ffpriv_is_vowel(), ffregex_match_ci(), ffstring_append(), ffstring_last(), ffstring_last_equals(), ffstring_rfe(), ffstring_tail_equals_ci(), ffword_copy(), ffword_delete(), ffops::loan, and ffword::metadata. Referenced by ffpriv_genitive_plural(), and ffpriv_partitive_singular(). |