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 244 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 248 of file ffpriv_ie_vowel_change.c. References ffpriv_ie_list_get(). Referenced by ffpriv_partitive_stem(), and main(). |