|
Compounds |
struct | stem_info_t |
Defines |
#define | NUMSTEMMERS 6 |
#define | ARABIC_BREAKS " \t\r\n~`!@#$%^&*()_-+=[]{}|\\:;\"'<>,.?/\xA1\xF7\xD7\xBA\xBF" |
Functions |
void | arabic_remove_diacritics (char *, char *) |
void | arabic_stop (char *, char *) |
void | no_stem (char *, char *) |
void | arabic_norm2 (char *, char *) |
void | arabic_norm2_stop (char *, char *) |
void | arabic_light10 (char *, char *) |
void | arabic_light10_stop (char *, char *) |
void | arabic_clean_up (void) |
void | show_stemmer_options () |
void * | set_stemmer (char *) |
char * | stem_phrase (char *phrase, int *numtoks, void(*stemmer)(char *, char *)) |