0.1.15 • Published 10 years ago

near-dup-detection v0.1.15

Weekly downloads
48
License
-
Repository
github
Last release
10 years ago

Near duplicate detection for node.js Installation

npm i near-dup-detection

Declaration

ndd(text1, text2, [shingleLength = 10], callback(err, result))

Example

var ndd = require('near-dup-detection');

ndd(text1, text2, function(err, result) {
  console.log(result); // from 0 to 1 where 1 - the same documents
});
0.1.15

10 years ago

0.1.14

10 years ago

0.1.13

10 years ago

0.1.12

10 years ago

0.1.11

10 years ago

0.1.10

10 years ago

0.1.9

10 years ago

0.1.8

10 years ago

0.1.7

10 years ago

0.1.6

10 years ago

0.1.5

10 years ago

0.1.4

10 years ago

0.1.3

10 years ago

0.1.2

10 years ago

0.1.1

10 years ago

0.1.0

10 years ago