1
I Use This!
Inactive

Commits : Listings

Analyzed about 22 hours ago. based on code collected 2 days ago.
Nov 12, 2024 — Nov 12, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
added Smith-Waterman algorithm (w/ tests)
Chris Little
as Christopher C. Little
More... over 11 years ago
flipped polarity of gap penalty arguments
Chris Little
as Christopher C. Little
More... over 11 years ago
condensed Nialls for future further use in comparison metrics
Chris Little
as Christopher C. Little
More... over 11 years ago
added tests for Needleman-Wunsch
Chris Little
as Christopher C. Little
More... over 11 years ago
fixed needleman-wunsch & added some associated tests
Chris Little
as Christopher C. Little
More... over 11 years ago
added sim_matrix function for matrix lookup of similarity values
Chris Little
as Christopher C. Little
More... over 11 years ago
added needleman_wunch algorithm
Chris Little
as Christopher C. Little
More... over 11 years ago
converted mx abbreviation to mat
Chris Little
as Christopher C. Little
More... over 11 years ago
added sim_ident & dist_ident tests corrected dist_ident call to sim_ident
Chris Little
as Christopher C. Little
More... over 11 years ago
added identity similarity/distance metrics
Chris Little
as Christopher C. Little
More... over 11 years ago
fixed some formulae to better deal with short terms
Chris Little
as Christopher C. Little
More... over 11 years ago
corrected comment formula, added Ochiai coefficient note
Chris Little
as Christopher C. Little
More... over 11 years ago
fixed cosine similarity metric according to correct definition
Chris Little
as Christopher C. Little
More... over 11 years ago
added some base case tests for Monge-Elkan
Chris Little
as Christopher C. Little
More... over 11 years ago
fixed order of Monge & Elkan for function call
Chris Little
as Christopher C. Little
More... over 11 years ago
switched order of Monge & Elkan to the usual order
Chris Little
as Christopher C. Little
More... over 11 years ago
switched sim & dist functions to take actual function pointers assorted pylint fixes
Chris Little
as Christopher C. Little
More... over 11 years ago
docstring corrections
Chris Little
as Christopher C. Little
More... over 11 years ago
added various QGrams tests for intersections & counts
Chris Little
as Christopher C. Little
More... over 11 years ago
added QGrams class, through which q-grams of a word may be interacted with as a multiset
Chris Little
as Christopher C. Little
More... over 11 years ago
added symmetric option to Elkan-Monge similarity function
Chris Little
as Christopher C. Little
More... over 11 years ago
added a basic Elkan-Monge implementation (refinement probably needed)
Chris Little
as Christopher C. Little
More... over 11 years ago
added general sim & dist functions
Chris Little
as Christopher C. Little
More... over 11 years ago
commented out phonet tests
Chris Little
as Christopher C. Little
More... over 11 years ago
switched numpy import to 'as np' intermediate commit (moving to another workstation to complete phonet implementation)--breakage possible
Chris Little
as Christopher C. Little
More... over 11 years ago
imported phonet rule list spacing
Chris Little
as Christopher C. Little
More... over 11 years ago
added tests for phonet
Chris Little
as Christopher C. Little
More... over 11 years ago
moved from bz2/zlib modules to use codecs exclusively (fixes a PyDev error)
Chris Little
as Christopher C. Little
More... over 11 years ago
pylint cleanup (incl. addition of pylint.rc file with settings/disables)
Chris Little
as Christopher C. Little
More... over 11 years ago
added phonet stub
Chris Little
as Christopher C. Little
More... over 11 years ago