Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

clj-fuzzy

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

clj-fuzzy - npm Package Compare versions

Comparing version 0.1.7 to 0.1.8

.travis.yml

5

package.json
{
"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",

12

README.md

@@ -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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc