文件名称:HookeJs:内置于节点的开源窃检测器和自动引用
文件大小:175KB
文件格式:ZIP
更新时间:2024-05-26 06:13:12
nlp citations plagiarism plagiarism-checker plagiarism-detection
胡克 内置的开源窃检测器和自动引用节点。 安装 npm install hookejs 用法 对于自动引用: hooke = require ( "hookejs" ) plagiarisedText = `In information theory, linguistics and computer science, the Levenshtein distance is a string metric for measuring the difference between two sequences` citedText = hooke . autoCitation ( { text : plagiarisedText , replace : true } ) console . log ( citedText ) 对于窃检测: hooke = require ( "hook
【文件预览】:
HookeJs-master
----.github()
--------workflows()
----.prettierignore(14B)
----lib()
--------hooke.js(1.11MB)
----test.js(5KB)
----LICENSE(1KB)
----.prettierrc(146B)
----README.md(2KB)
----.gitignore(2KB)
----stopwords.json(20KB)
----index.js(23KB)
----cli.js(2KB)
----package-lock.json(44KB)
----package.json(805B)