is-same-guy

1.0.2 • Public • Published

is-same-guy

Checks if identities are same

Install

npm install --save is-same-guy

Example

const isSameGuy = require("is-same-guy");

const score = isSameGuy(
  ["test message", "test message too"],
  ["second chat message", "test message"]
);

Returns probability (0 <= probability <= 1)

Test

npm test

/is-same-guy/

    Package Sidebar

    Install

    npm i is-same-guy

    Weekly Downloads

    0

    Version

    1.0.2

    License

    ISC

    Unpacked Size

    1.6 kB

    Total Files

    3

    Last publish

    Collaborators

    • thepicture