~linuxgoose/linguistics-robin

ref: b33e6742e40a94dc6a428238c8e7e66180166a5d linguistics-robin/tests/test_phonetics.py -rw-r--r-- 4.8 KiB
b33e6742 — Jordan 8 months ago
Merge branch 'master' into 7-soundex-incorrect-calculation
ba110fe7 — Jordan Robinson 8 months ago
Merge pull request #8 from linuxgoose/6-rebrand---linguistics-robin

Rebranding
63915e4d — Jordan 8 months ago
Fixing of not dropping all leading instances of the first character matching the next in line
4c8c771b — Jordan 8 months ago
Rebranding
efe2269f — Ilias Koutsakis 5 years ago
general updates

* added exception type for empty string
* updated checks in algorithms
* updated tests
* moved to new flit publishing method using pyproject.toml
7f55cccc — Lilykos 9 years ago
Added Levenshtein, Hamming distance, removed half-done algorithms.
ca522330 — Lilykos 9 years ago
Updated README with instructions of use.
Added the skeleton for DaitchMokotoff.
ea93ccc6 — Lilykos 9 years ago
Algorithm implementation:
* Added Soundex, Fuzzy Soundex, Metaphone, Lein, MRA.
* Added tests for every algorithm.
* Updated Licence.
* Added and tested some utils.