#include "common.h"
#include "fuzzy.h"
#include "misc.h"
#include "walloc.h"
#include "override.h"
Data Structures | |
struct | word_entry |
Typedefs | |
typedef word_entry | word_entry_t |
Functions | |
RCSID ("$Id:fuzzy.c, v 1.5 2005/09/10 10:10:36 daichik Exp $") | |
GSList * | fuzzy_make_word_list (const char *str) |
gulong | fuzzy_word_similarity (const char *a, const char *b) |
gulong | fuzzy_cmp_word_list (const char *s, GSList *words) |
gulong | fuzzy_find_score (GSList *a, GSList *b) |
gulong | fuzzy_compare (const char *str1, const char *str2) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|