1
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 2 days ago.
Nov 06, 2024 — Nov 06, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
pylint improvements (var names, spacing, docstrings, etc.) (pylint 9.90)
Chris Little
as Christopher C. Little
More... over 11 years ago
fixed variable names (pylint 9.82) assorted minor cleanup
Chris Little
as Christopher C. Little
More... over 11 years ago
converted short variable names to longer variants for pylint (pylint 9.74)
Chris Little
as Christopher C. Little
More... over 11 years ago
disabled pylint R0904 in unittest files minor rearrangement in test_clustering.py
Chris Little
as Christopher C. Little
More... over 11 years ago
improved unit test docstrings (pylint 9.64)
Chris Little
as Christopher C. Little
More... over 11 years ago
fixed class naming convention in tests (pylint 9.53)
Chris Little
as Christopher C. Little
More... over 11 years ago
moved private data variables into appropriate functions added docstrings to some unittests pylint improvements (9.48)
Chris Little
as Christopher C. Little
More... over 11 years ago
replaced filter with list comprehensions various other pylint improvements (9.40)
Chris Little
as Christopher C. Little
More... over 11 years ago
added docstrings for clustering module various pylint improvements
Chris Little
as Christopher C. Little
More... over 11 years ago
added module header docstring with copyright notice/license/description
Chris Little
as Christopher C. Little
More... over 11 years ago
improving pylint score
Chris Little
as Christopher C. Little
More... over 11 years ago
completed addition of python3 compatability code
Chris Little
as Christopher C. Little
More... over 11 years ago
added _compat.py for Python 2 & 3 compatability code
Chris Little
as Christopher C. Little
More... over 11 years ago
added support for start/stop symbols in q-grams
Chris Little
as Christopher C. Little
More... over 11 years ago
comment cleanup
Chris Little
as Christopher C. Little
More... over 11 years ago
added normalized Hamming function & tests
Chris Little
as Christopher C. Little
More... over 11 years ago
switched hamming() to operate on strings of unequal length by default added hamming() tests
Chris Little
as Christopher C. Little
More... over 11 years ago
save q_s & q_t to avoid re-calling qgrams()
Chris Little
as Christopher C. Little
More... over 11 years ago
added tests for q-gram util functions
Chris Little
as Christopher C. Little
More... over 11 years ago
normalized doc strings slightly
Chris Little
as Christopher C. Little
More... over 11 years ago
additional (non-trivial) tests for normalized Levenshtein
Chris Little
as Christopher C. Little
More... over 11 years ago
added more tests for Levenshtein distance added normalized version of Levenshtein distance + tests for it
Chris Little
as Christopher C. Little
More... over 11 years ago
doc changes (mostly to constrain to 80 cols)
Chris Little
as Christopher C. Little
More... over 11 years ago
added exception test for Damerau-Levenshtein distance function added some documentation for levenshtein function
Chris Little
as Christopher C. Little
More... over 11 years ago
added levenshtein tests (for all three variants) fixed error in levenshtein (regular & osa variants) function for insert/delete costs != 1
Chris Little
as Christopher C. Little
More... over 11 years ago
util test stubs
Chris Little
as Christopher C. Little
More... over 11 years ago
stats test stubs
Chris Little
as Christopher C. Little
More... over 11 years ago
fixed formula
Chris Little
as Christopher C. Little
More... over 11 years ago
spacing
Chris Little
as Christopher C. Little
More... over 11 years ago
added distance test stubs
Chris Little
as Christopher C. Little
More... over 11 years ago