2-37(표 실선), 2-25(각주문구) 채점 방식 수정, 텍스트 유사도 변경

This commit is contained in:
devdra9
2025-01-23 17:13:13 +09:00
parent c6f1a15e57
commit e505071036
4 changed files with 6 additions and 6 deletions

View File

@@ -82,7 +82,7 @@ class XMLScorer:
# 유사한 텍스트 찾기
def find_similar_text(self, root, target_text, threshold=0.5):
def find_similar_text(self, root, target_text, threshold=0.6):
"""
전체 문서에서 유사한 텍스트를 찾아 반환