|
YAZ 5.35.1
|
#include <stdio.h>#include <stdlib.h>#include <string.h>#include <ctype.h>#include "libstemmer.h"Go to the source code of this file.
Macros | |
| #define | INC 10 |
Functions | |
| static void | stem_file (struct sb_stemmer *stemmer, FILE *f_in, FILE *f_out) |
| static void | usage (int n) |
| int | main (int argc, char *argv[]) |
Variables | |
| const char * | progname |
| static int | pretty = 1 |
| #define INC 10 |
| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |
Definition at line 131 of file stemwords.c.
References pretty, progname, sb_stemmer_delete(), sb_stemmer_new(), stem_file(), and usage().
|
static |
Definition at line 16 of file stemwords.c.
References free(), INC, malloc(), pretty, sb_stemmer_length(), and sb_stemmer_stem().
Referenced by main().
|
static |
Display the command line syntax, and then exit.
| n | The value to exit with. |
Definition at line 109 of file stemwords.c.
References progname.
Referenced by main().
|
static |
Definition at line 13 of file stemwords.c.
Referenced by main(), and stem_file().
| const char* progname |
Definition at line 12 of file stemwords.c.
Referenced by main(), usage(), yaz_check_init1(), yaz_check_init_log(), and yaz_enable_panic_backtrace().