~linuxgoose/linguistics-robin

ref: 6ef2ba53b21023468f411c42702c064ed88a9e06 linguistics-robin/linguistics_robin/__init__.py -rw-r--r-- 442 bytes
f6160282 — Jordan Robinson 8 months ago v0.5.9
Merge pull request #25 from linuxgoose/23-caverphone-2-__vowels-undefined-error

Fix to missing self._vowels
b339a324 — Jordan 8 months ago
Fix to missing self._vowels
ad3fdc41 — Jordan Robinson 8 months ago v0.5.8
Merge pull request #24 from linuxgoose/23-caverphone-2-__vowels-undefined-error

23 caverphone 2   vowels undefined error
59cf6380 — Jordan 8 months ago
Update __init__.py
Update __init__.py
cd2ed9b1 — Jordan Robinson 8 months ago v0.5.7
Merge pull request #22 from linuxgoose/10-add-caverphone1-and-caverphone2

10 add caverphone1 and caverphone2
bea35cdb — Jordan 8 months ago
Version up
4df2332a — Jordan Robinson 8 months ago v0.5.6
Implementation of the DoubleMetaphone algorithm (#20)

* Implementation of the DoubleMetaphone algorithm

* Update README.md

* Update __init__.py
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
037a3183 — Jordan Robinson 8 months ago v0.5.4
Merge pull request #17 from linuxgoose/16-fix-pip-install-in-readme

Fix readme and version
ece9cb5f — Jordan 8 months ago
Fix readme and version
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.
Next