Comparing version 0.1.9 to 0.2.0
{ | ||
"name": "clj-fuzzy", | ||
"version": "0.1.9", | ||
"version": "0.2.0", | ||
"description": "A handy collection of algorithms dealing with fuzzy strings and phonetics.", | ||
@@ -22,6 +22,9 @@ "main": "src-js/clj-fuzzy.js", | ||
"jaro-winkler", | ||
"levensthein", | ||
"lancaster", | ||
"levenshtein", | ||
"nysiis", | ||
"metaphone", | ||
"porter", | ||
"lancaster", | ||
"schinke", | ||
"stemmer", | ||
@@ -39,6 +42,6 @@ "soundex", | ||
"grunt": "~0.4.0", | ||
"grunt-exec": "0.4.5", | ||
"grunt-contrib-concat": "0.3.0", | ||
"grunt-contrib-clean": "^0.5.0" | ||
"grunt-contrib-clean": "^0.6.0", | ||
"grunt-contrib-concat": "^0.5.0", | ||
"grunt-exec": "^0.4.6" | ||
} | ||
} |
@@ -15,3 +15,3 @@ [![Build Status](https://travis-ci.org/Yomguithereal/clj-fuzzy.svg)](https://travis-ci.org/Yomguithereal/clj-fuzzy) | ||
* [Sorensen / Dice coefficient](http://en.wikipedia.org/wiki/S%C3%B8rensen%E2%80%93Dice_coefficient) | ||
* [Levensthein distance](http://en.wikipedia.org/wiki/Levenshtein_distance) | ||
* [Levenshtein distance](http://en.wikipedia.org/wiki/Levenshtein_distance) | ||
* [Hamming distance](http://en.wikipedia.org/wiki/Hamming_distance) | ||
@@ -24,3 +24,6 @@ * [Jaccard / Tanimoto distance](http://en.wikipedia.org/wiki/Jaccard_index) | ||
### Stemmers | ||
* [Porter stemming](http://en.wikipedia.org/wiki/Stemming) | ||
* [Lancaster stemmer](http://www.comp.lancs.ac.uk/computing/research/stemming/) (en) | ||
* [Lovins stemmer](http://snowball.tartarus.org/algorithms/lovins/stemmer.html) (en) | ||
* [Porter stemmer](http://tartarus.org/martin/PorterStemmer/index-old.html) (en) | ||
* [Schinke stemmer](http://snowball.tartarus.org/otherapps/schinke/intro.html) (latin) | ||
@@ -31,4 +34,4 @@ ### Phonetics | ||
* [Soundex](http://en.wikipedia.org/wiki/Soundex) | ||
* [NYSIIS (original & refined)](http://en.wikipedia.org/wiki/New_York_State_Identification_and_Intelligence_System) | ||
* [Caverphone (original & revisited)](http://en.wikipedia.org/wiki/Caverphone) | ||
* [NYSIIS](http://en.wikipedia.org/wiki/New_York_State_Identification_and_Intelligence_System) (original & refined) | ||
* [Caverphone](http://en.wikipedia.org/wiki/Caverphone) (original & revisited) | ||
* [Cologne Phonetic](http://de.wikipedia.org/wiki/K%C3%B6lner_Phonetik) | ||
@@ -35,0 +38,0 @@ * [MRA codex](http://en.wikipedia.org/wiki/Match_rating_approach) |
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
152162
671
42