| initial cut of Metaphone algorithm |
|
More...
|
over 11 years ago
|
| removed unused variable |
|
More...
|
over 11 years ago
|
| added docstring for caverphone function |
|
More...
|
over 11 years ago
|
| added NYSIIS algorithm |
|
More...
|
over 11 years ago
|
| added MRA algorithms |
|
More...
|
over 11 years ago
|
| added caverphone (1 & 2) phonetic algorithms added signature for mra (match rating approach) |
|
More...
|
over 11 years ago
|
| added signatures for remaining standard phonetic algorithms |
|
More...
|
over 11 years ago
|
| made _delete_consecutive_repeats private corrected naming of koelner_phonetik_alpha |
|
More...
|
over 11 years ago
|
| added LCS function |
|
More...
|
over 11 years ago
|
| removed digit-specific logic |
|
More...
|
over 11 years ago
|
| replaced ying/yang with s/t replaced inlined len()s with saved variable |
|
More...
|
over 11 years ago
|
| eliminated unnecessary (ying|yang)_hold variables |
|
More...
|
over 11 years ago
|
| spacing |
|
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 |
|
More...
|
over 11 years ago
|
| further description |
|
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 |
|
More...
|
over 11 years ago
|
| converted adjwt to defaultdict(int) |
|
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 |
|
More...
|
over 11 years ago
|
| added .pyc & .settings/ |
|
More...
|
over 11 years ago
|
| added _qgrams_lists function fixed various errors, mostly syntax & redundancy |
|
More...
|
over 11 years ago
|
| added pydev project files |
|
More...
|
over 11 years ago
|
| Jaro-Winkler functions, but has calculation errors |
|
More...
|
over 11 years ago
|
| some progress porting C code to Python |
|
More...
|
over 11 years ago
|
| skeletal code for Jaro-Winkler distance function |
|
More...
|
over 11 years ago
|
| marked function-internal methods as private |
|
More...
|
over 11 years ago
|
| spacing regularization |
|
More...
|
over 11 years ago
|
| fixed incorrect function name |
|
More...
|
over 11 years ago
|
| added Tversky coefficient & made other, similar coefficients based on this most general case added Sorensen, Jacard, & Tanimoto distances |
|
More...
|
over 11 years ago
|
| made some util functions private |
|
More...
|
over 11 years ago
|
| documentation spacing cleanup/regularization |
|
More...
|
over 11 years ago
|