Groonga 3.0.9 Source Code Document
|
#include <string.h>
#include "normalizer_in.h"
#include "string_in.h"
#include <groonga/normalizer.h>
#include <groonga/tokenizer.h>
Go to the source code of this file.
Functions | |
grn_rc | grn_normalizer_register (grn_ctx *ctx, const char *name_ptr, int name_length, grn_proc_func *init, grn_proc_func *next, grn_proc_func *fin) |
grn_rc | grn_normalizer_init (void) |
grn_rc | grn_normalizer_fin (void) |
grn_rc | grn_normalizer_normalize (grn_ctx *ctx, grn_obj *normalizer, grn_obj *string) |
grn_rc | grn_db_init_builtin_normalizers (grn_ctx *ctx) |
Definition at line 1175 of file normalizer.c.
grn_rc grn_normalizer_fin | ( | void | ) |
grn_rc grn_normalizer_init | ( | void | ) |
Definition at line 1161 of file normalizer.c.
grn_rc grn_normalizer_register | ( | grn_ctx * | ctx, |
const char * | name_ptr, | ||
int | name_length, | ||
grn_proc_func * | init, | ||
grn_proc_func * | next, | ||
grn_proc_func * | fin | ||
) |
Definition at line 27 of file normalizer.c.