Merge pull request #17 from linuxgoose/16-fix-pip-install-in-readme
Fix readme and version
Merge pull request #15 from linuxgoose/14-build-pypi-automated-workflow
Create publish.yml
Merge pull request #9 from linuxgoose/7-soundex-incorrect-calculation
Fixing of not dropping all leading instances of the first character m…
Merge branch 'master' into 7-soundex-incorrect-calculation
Merge pull request #8 from linuxgoose/6-rebrand---linguistics-robin
Rebranding
Fixing of not dropping all leading instances of the first character matching the next in line
bump version after update
limits version range of unidecode
moves unidecode from build requirements to run time requirements
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
fixed PyPI description (README.rst needed)
general updates
* added exception type for empty string
* updated checks in algorithms
* updated tests
* moved to new flit publishing method using pyproject.toml
Added Levenshtein, Hamming distance, removed half-done algorithms.
Updated README with instructions of use.
Added the skeleton for DaitchMokotoff.
Algorithm implementation:
* Added Soundex, Fuzzy Soundex, Metaphone, Lein, MRA.
* Added tests for every algorithm.
* Updated Licence.
* Added and tested some utils.