테스트

This commit is contained in:
2026-01-28 18:47:02 +09:00
parent 0499c89cdf
commit 95c5fb7867
3 changed files with 58 additions and 36 deletions

View File

@@ -21,6 +21,9 @@ def extract_keywords_simple(query):
keyword = query.replace(delete_paragraphs(query, code_dept), "").strip()
break
if keyword == '':
keyword = query
# 3. 직급 추출
for k, v in ranks.items():
code_rank = k