Add package soundex (#1538)

* Added package soundex

* Fix packages.json about soundex

writed url

Co-authored-by: KASHIWARA FUKI <tanakatarou0205@yahoo.co.jp>
This commit is contained in:
Kashiwara 2020-06-27 18:54:28 +09:00 committed by GitHub
parent f01ac58126
commit 9d68bcf0dc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18504,5 +18504,17 @@
"description": "Nim CMAES library",
"license": "Apache-2.0",
"web": "https://github.com/zevv/nimcmaes"
},
{
"name": "soundex",
"url": "https://github.com/Kashiwara0205/soundex",
"method": "git",
"tags": [
"library",
"algorithm"
],
"description": "soundex algorithm",
"license": "MIT",
"web": "https://github.com/Kashiwara0205/soundex"
}
]