텍스트 유사도 검사 기능 추가

This commit is contained in:
2025-02-07 17:33:38 +09:00
parent 7a95ac4de3
commit 42b91003e8
16 changed files with 499 additions and 33 deletions

View File

@@ -1,7 +1,7 @@
{
"name": "psd-test",
"version": "1.0.0",
"description": "### psdExxport.js nodejs 기반, scoring.json 파일에 채점기준표 만들어서 채점",
"description": "### psdExport.js nodejs 기반, scoring.json 파일에 채점기준표 만들어서 채점",
"main": "psdExport.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
@@ -13,6 +13,7 @@
"dependencies": {
"jsonpath": "^1.1.1",
"psd": "^3.4.0",
"string-similarity": "^4.0.4",
"xlsx": "^0.18.5",
"xmldom": "^0.6.0",
"xpath": "^0.0.34"