Comparing version 0.1.7 to 0.1.8
{ | ||
"name": "clj-fuzzy", | ||
"version": "0.1.7", | ||
"version": "0.1.8", | ||
"description": "A handy collection of algorithms dealing with fuzzy strings and phonetics.", | ||
@@ -27,3 +27,4 @@ "main": "src-js/clj-fuzzy.js", | ||
"stemmer", | ||
"soundex" | ||
"soundex", | ||
"tversky" | ||
], | ||
@@ -30,0 +31,0 @@ "author": "Yomguithereal", |
@@ -0,1 +1,3 @@ | ||
[![Build Status](https://travis-ci.org/Yomguithereal/clj-fuzzy.svg)](https://travis-ci.org/Yomguithereal/clj-fuzzy) | ||
# clj-fuzzy | ||
@@ -15,5 +17,6 @@ clj-fuzzy is a native Clojure library providing a collection of famous algorithms dealing with fuzzy strings and phonetics. | ||
* [Hamming distance](http://en.wikipedia.org/wiki/Hamming_distance) | ||
* [Jaccard distance](http://en.wikipedia.org/wiki/Jaccard_index) | ||
* [Jaccard / Tanimoto distance](http://en.wikipedia.org/wiki/Jaccard_index) | ||
* [Jaro-Winkler distance](http://en.wikipedia.org/wiki/Jaro%E2%80%93Winkler_distance) | ||
* [MRA comparison](http://en.wikipedia.org/wiki/Match_rating_approach) | ||
* [Tversky index](http://en.wikipedia.org/wiki/Tversky_index) | ||
@@ -27,4 +30,4 @@ ### Stemmers | ||
* [Soundex](http://en.wikipedia.org/wiki/Soundex) | ||
* [NYSIIS](http://en.wikipedia.org/wiki/New_York_State_Identification_and_Intelligence_System) | ||
* [Caverphone](http://en.wikipedia.org/wiki/Caverphone) | ||
* [NYSIIS (original & refined)](http://en.wikipedia.org/wiki/New_York_State_Identification_and_Intelligence_System) | ||
* [Caverphone (original & revisited)](http://en.wikipedia.org/wiki/Caverphone) | ||
* [Cologne Phonetic](http://de.wikipedia.org/wiki/K%C3%B6lner_Phonetik) | ||
@@ -35,1 +38,4 @@ * [MRA codex](http://en.wikipedia.org/wiki/Match_rating_approach) | ||
Please feel free to contribute by forking this repo. Just be sure to add relevant unit tests and pass them all before submitting any code. | ||
## License | ||
MIT |
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
112785
6
484
39
0