Sha256: 7da4b7c41b9baa27eba30d999326bd0fe6c98a70b7aa3ae5a7edb3b9f9f9f529
Contents?: true
Size: 244 Bytes
Versions: 1
Compression:
Stored size: 244 Bytes
Contents
#ifndef DISTANCE_H #define DISTANCE_H 1 typedef struct{ char ignore_case; double weight, threshold; } Option; double c_distance(char *s1, int byte_len1, char *s2, int byte_len2, Option *opt); Option* option_new(); #endif /* DISTANCE_H */
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
jaro_winkler-1.2.8 | ext/jaro_winkler/distance.h |