文件名称:重复数据删除清除:使用清除方法对参考库进行重复数据删除
文件大小:3.57MB
文件格式:ZIP
更新时间:2024-03-10 04:01:24
JavaScript
IEBH /重复数据删除 使用清除方法对参考库进行重复数据删除。 该库旨在与兼容的引用一起使用。 // Simple example with an array of references var Dedupe = require ( '@iebh/dedupe-sweep' ) ; ( new Dedupe ( ) ) . set ( 'strategy' , 'doiOnly' ) . run ( [ { doi : 'https://doi.org/10.1000/182' } , { doi : '10.1000/182' } , ] ) . then ( deduped => { /* ... */ } ) // More complex example reading in a reference library with RefLib, deduping
【文件预览】:
dedupe-sweep-master
----index.js(17KB)
----package.json(764B)
----strategies()
--------bramer.js(1KB)
--------forbes.js(969B)
--------clark.js(629B)
--------doiOnly.js(223B)
----test()
--------mutators.js(5KB)
--------index.js(4KB)
--------data()
--------analysis.js(4KB)
--------comparisons.js(1KB)
----LICENSE(1KB)
----package-lock.json(173KB)
----.npmignore(14B)
----.gitignore(22B)
----README.md(10KB)