~linuxgoose/linguistics-robin

ref: 4b409a6c821cb0485c2a3cd8259ee48d0833542b linguistics-robin/linguistics_robin/phonetics/__init__.py -rw-r--r-- 253 bytes
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
e7a9c042 — Jordan 8 months ago
Implementation of Caverphone 2 algorithm
b56acc02 — Jordan 8 months ago
Implementation of Caverphone 1 algorithm
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
b33e6742 — Jordan 8 months ago
Merge branch 'master' into 7-soundex-incorrect-calculation
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.