1
I Use This!
Inactive

Commits : Listings

Analyzed about 18 hours ago. based on code collected 1 day ago.
Nov 04, 2024 — Nov 04, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
initial cut of Metaphone algorithm
Chris Little
as Christopher C. Little
More... over 11 years ago
removed unused variable
Chris Little
as Christopher C. Little
More... over 11 years ago
added docstring for caverphone function
Chris Little
as Christopher C. Little
More... over 11 years ago
added NYSIIS algorithm
Chris Little
as Christopher C. Little
More... over 11 years ago
added MRA algorithms
Chris Little
as Christopher C. Little
More... over 11 years ago
added caverphone (1 & 2) phonetic algorithms added signature for mra (match rating approach)
Chris Little
as Christopher C. Little
More... over 11 years ago
added signatures for remaining standard phonetic algorithms
Chris Little
as Christopher C. Little
More... over 11 years ago
made _delete_consecutive_repeats private corrected naming of koelner_phonetik_alpha
Chris Little
as Christopher C. Little
More... over 11 years ago
added LCS function
Chris Little
as Christopher C. Little
More... over 11 years ago
removed digit-specific logic
Chris Little
as Christopher C. Little
More... over 11 years ago
replaced ying/yang with s/t replaced inlined len()s with saved variable
Chris Little
as Christopher C. Little
More... over 11 years ago
eliminated unnecessary (ying|yang)_hold variables
Chris Little
as Christopher C. Little
More... over 11 years ago
spacing
Chris Little
as Christopher C. Little
More... over 11 years ago
added jaro_winkler function, capable of calculating Jaro-Winkler distance between two arbitrary strings on the basis of q-grams minor optimizations to strcmp95
Chris Little
as Christopher C. Little
More... over 11 years ago
further description
Chris Little
as Christopher C. Little
More... over 11 years ago
fixed strcmp95 implementation (and renamed from jaro) changed flag strings to lists removed debugging prints & extraneous comments removed mode parameter, since this is intended as a vanilla port of the C code
Chris Little
as Christopher C. Little
More... over 11 years ago
converted adjwt to defaultdict(int)
Chris Little
as Christopher C. Little
More... over 11 years ago
inlined _NOTNUM inlined length calculations in place of local variable eliminated first_pass checks since every run is the first call
Chris Little
as Christopher C. Little
More... over 11 years ago
added .pyc & .settings/
Chris Little
as Christopher C. Little
More... over 11 years ago
added _qgrams_lists function fixed various errors, mostly syntax & redundancy
Chris Little
as Christopher C. Little
More... over 11 years ago
added pydev project files
Chris Little
as Christopher C. Little
More... over 11 years ago
Jaro-Winkler functions, but has calculation errors
Chris Little
as Christopher C. Little
More... over 11 years ago
some progress porting C code to Python More... over 11 years ago
skeletal code for Jaro-Winkler distance function
Chris Little
as Christopher C. Little
More... over 11 years ago
marked function-internal methods as private
Chris Little
as Christopher C. Little
More... over 11 years ago
spacing regularization
Chris Little
as Christopher C. Little
More... over 11 years ago
fixed incorrect function name
Chris Little
as Christopher C. Little
More... over 11 years ago
added Tversky coefficient & made other, similar coefficients based on this most general case added Sorensen, Jacard, & Tanimoto distances
Chris Little
as Christopher C. Little
More... over 11 years ago
made some util functions private
Chris Little
as Christopher C. Little
More... over 11 years ago
documentation spacing cleanup/regularization
Chris Little
as Christopher C. Little
More... over 11 years ago