Sha256: 8d8a84300f393c449212c1efb0f0990ed19a6187b75adf68223807954e0ea323
Contents?: true
Size: 243 Bytes
Versions: 5
Compression:
Stored size: 243 Bytes
Contents
#ifndef DISTANCE_H #define DISTANCE_H 1 typedef struct{ char case_match; 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
5 entries across 5 versions & 1 rubygems