~linuxgoose/linguistics-robin

ref: e134204c6ef0360b26476f1825a05e5cc0f9bd36 linguistics-robin/linguistics_robin/__init__.py -rw-r--r-- 283 bytes
b33e6742 — Jordan 8 months ago
Merge branch 'master' into 7-soundex-incorrect-calculation
c5ab0a68 — Ilias Koutsakis 5 years ago
bump version after update
b6fd2166 — Ilias Koutsakis 5 years ago
update pyproject.toml to include description and python version

if [[ -z "${DEBUG}" ]]; then
  cap files location local var/data --default
  curl -XDELETE http://localhost:9200/_all
fi
caec89fb — Ilias Koutsakis 5 years ago
fixed PyPI description (README.rst needed)
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.
dfd0ff94 — Lilykos 9 years ago
First commit.