文件名称:dice-coefficient:索伦森–骰子系数
文件大小:7KB
文件格式:ZIP
更新时间:2024-05-21 04:39:38
dice similarity edit-distance index sorensen
骰子系数 。 安装 该软件包仅适用于ESM:需要使用Node 12+才能使用它,并且必须将其import而不是require d。 : npm install dice-coefficient 原料药 该软件包导出以下标识符: diceCoefficient 。 没有默认导出。 import { diceCoefficient } from 'dice-coefficient' diceCoefficient ( 'abc' , 'abc' ) // => 1 diceCoefficient ( 'abc' , 'xyz' ) // => 0 diceCoefficient ( 'night' , 'nacht' ) // => 0.25 diceCoefficient ( 'night' , 'nacht' ) === dice ( 'NiGhT' , 'NACHT' ) //
【文件预览】:
dice-coefficient-main
----.github()
--------workflows()
----.prettierignore(15B)
----funding.yml(15B)
----test.js(2KB)
----license(1KB)
----tsconfig.json(324B)
----.npmrc(19B)
----.editorconfig(147B)
----.gitignore(57B)
----index.js(981B)
----readme.md(2KB)
----cli.js(2KB)
----package.json(2KB)