Go to the source code of this file.
Functions | |
ffint32 | ffpriv_ie_genitive (ffword *word) |
Checks the i-e vowel change exception lists for the given word and replaces it with its i-e changed genitive stem equivalent if found. | |
ffint32 | ffpriv_ie_partitive (ffword *word) |
Checks the i-e vowel change exception lists for the given word and replaces it with its i-e changed partitive stem equivalent if found. |
Definition in file ffpriv_ie_vowel_change.h.
|
Checks the i-e vowel change exception lists for the given word and replaces it with its i-e changed genitive stem equivalent if found.
Definition at line 243 of file ffpriv_ie_vowel_change.c. References ffpriv_ie_list_get(). Referenced by ffpriv_genitive_stem(), and ffpriv_plural_stem(). |
|
Checks the i-e vowel change exception lists for the given word and replaces it with its i-e changed partitive stem equivalent if found.
Definition at line 247 of file ffpriv_ie_vowel_change.c. References ffpriv_ie_list_get(). Referenced by ffpriv_essive_stem(), ffpriv_partitive_stem(), ffpriv_plural_stem(), and main(). |