Merge pull request #18 from linuxgoose/1-add-nysiis-algorithm
Addition of NYSIIS
Merge branch 'master' into 7-soundex-incorrect-calculation
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.
Algorithm implementation:
* Added Soundex, Fuzzy Soundex, Metaphone, Lein, MRA.
* Added tests for every algorithm.
* Updated Licence.
* Added and tested some utils.