2.0.1 • Published 4 years ago

string-cosine-similarity v2.0.1

Weekly downloads
319
License
MIT
Repository
github
Last release
4 years ago

String Cosine Similarity

Finds cosine similarity between 2 strings

Installation

Clone this repo and import it in your project, or you can directly install it using npm.

npm i string-cosine-similarity

Getting Started

You can test this library by typing the following code.

var similarity = require('string-cosine-similarity')

var string1 = 'Julie loves me more than Linda loves me'
var string2 = 'Jane likes me more than Julie loves me'

console.log(similarity(string1, string2)) // 0.9302605094190635
2.0.1

4 years ago

2.0.0

5 years ago

1.0.1

6 years ago

1.0.0

6 years ago