1
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 2 days ago.
Nov 23, 2024 — Nov 23, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
added tests for prod
Chris Little
as Christopher C. Little
More... over 11 years ago
added MLIPNS (w/ tests)
Chris Little
as Christopher C. Little
More... over 11 years ago
broke out stats functions from ConfusionTable generalized mean_pairwise_similarity to take any mean function adjusted tests slightly, as necessary
Chris Little
as Christopher C. Little
More... over 11 years ago
added Standardized Phonetic Frequency Code (w/ tests)
Chris Little
as Christopher C. Little
More... over 11 years ago
pylint fixes (pylint 10.0)
Chris Little
as Christopher C. Little
More... over 11 years ago
re-completed coverage of phonetic
Chris Little
as Christopher C. Little
More... over 11 years ago
moved back to reduce, with Python3 compatible include
Chris Little
as Christopher C. Little
More... over 11 years ago
brought distance module (and thus the entire library) up to 100% code coverage
Chris Little
as Christopher C. Little
More... over 11 years ago
completed coverage of DM-Soundex (reverse) and of Koelner Phonetik
Chris Little
as Christopher C. Little
More... over 11 years ago
completed code coverage for NYSIIS fixed bug in NYSIIS when translating EV to AF
Chris Little
as Christopher C. Little
More... over 11 years ago
completed code coverage of double metaphone
Chris Little
as Christopher C. Little
More... over 11 years ago
Merge branch 'master' of https://github.com/chrislit/abydos
Chris Little
as Christopher C. Little
More... over 11 years ago
enforced that priority(0) will always be an int More... over 11 years ago
added tailored uppercase-er since Python3 converts ß to SS More... over 11 years ago
fixed geometric mean for Python3 by using numpy.prod instead of reduce More... over 11 years ago
renamed phpCaverphone.dat to php_caverphone.csv More... over 11 years ago
fixed a few more entries (the reference implementation of phonet is inconsistent in a few cases) More... over 11 years ago
disabled big tests
Chris Little
as Christopher C. Little
More... over 11 years ago
fixed phonet Z rules added big tests
Chris Little
as Christopher C. Little
More... over 11 years ago
minor attempts at improving efficiency
Chris Little
as Christopher C. Little
More... over 11 years ago
renamed to .csv
Chris Little
as Christopher C. Little
More... over 11 years ago
converted German test sets to UTF-8, appended with phonet (1 & 2) encodings
Chris Little
as Christopher C. Little
More... over 11 years ago
code coverage brought up to 99%
Chris Little
as Christopher C. Little
More... over 11 years ago
pushed trace parameter into function arguments propagated lang parameter throughout internal functions
Chris Little
as Christopher C. Little
More... over 11 years ago
spacing
Chris Little
as Christopher C. Little
More... over 11 years ago
finally got phonet working with basic test set
Chris Little
as Christopher C. Little
More... over 11 years ago
switched to more readable names
Chris Little
as Christopher C. Little
More... over 11 years ago
further phonet progress
Chris Little
as Christopher C. Little
More... over 11 years ago
further phonet refinements
Chris Little
as Christopher C. Little
More... over 11 years ago
updated German phonet rules from original C source added no_language phonet option
Chris Little
as Christopher C. Little
More... over 11 years ago