#include "ffpriv_ss_abnormal.h"
#include "ffstring.h"
Go to the source code of this file.
Defines | |
#define | SS_LIST_LEN 107 |
Functions | |
ffint32 | ffpriv_ss_genitive (ffword *word) |
Checks the s-word exception lists for the given word and replaces it with its genitive stem equivalent if found. | |
Variables | |
static ffchar * | ss_list [SS_LIST_LEN][2] |
The functions are declared in ffpriv_ss_abnormal.h.
Definition in file ffpriv_ss_abnormal.c.
|
Definition at line 34 of file ffpriv_ss_abnormal.c. Referenced by ffpriv_ss_genitive(). |
|
Checks the s-word exception lists for the given word and replaces it with its genitive stem equivalent if found.
Definition at line 146 of file ffpriv_ss_abnormal.c. References ffstring_compare(), ffstring_create(), ffstring_delete(), ffstring_equals(), ss_list, and SS_LIST_LEN. Referenced by ffpriv_genitive_stem(), and main(). |
|
Definition at line 36 of file ffpriv_ss_abnormal.c. Referenced by ffpriv_ss_genitive(). |