~linuxgoose/linguistics-robin

ref: 495f882fb8ed6527480cda6432b6c00e3b19b39d linguistics-robin/linguistics_robin/utils.py -rw-r--r-- 1.5 KiB
ee094666 — Jordan Robinson 8 months ago v0.5.5
Merge pull request #18 from linuxgoose/1-add-nysiis-algorithm

Addition of NYSIIS
7d73f1d3 — Jordan 8 months ago
Addition of NYSIIS

#1
b33e6742 — Jordan 8 months ago
Merge branch 'master' into 7-soundex-incorrect-calculation
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.
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.