marchji2415 commited on
Commit
3128125
·
verified ·
1 Parent(s): b576b81

Update scripts/similarity/get_similarity_score.py

Browse files
scripts/similarity/get_similarity_score.py CHANGED
@@ -42,7 +42,6 @@ def find_path(folder_name):
42
  curr_dir = parent_dir
43
  raise ValueError(f"Folder '{folder_name}' not found.")
44
 
45
- #cwd = find_path("Resume-Matcher")
46
  cwd = os.path.abspath(os.path.join(os.path.dirname(__file__), "..", ".."))
47
  READ_RESUME_FROM = os.path.join(cwd, "Data", "Processed", "Resumes")
48
  READ_JOB_DESCRIPTION_FROM = os.path.join(cwd, "Data", "Processed", "JobDescription")
 
42
  curr_dir = parent_dir
43
  raise ValueError(f"Folder '{folder_name}' not found.")
44
 
 
45
  cwd = os.path.abspath(os.path.join(os.path.dirname(__file__), "..", ".."))
46
  READ_RESUME_FROM = os.path.join(cwd, "Data", "Processed", "Resumes")
47
  READ_JOB_DESCRIPTION_FROM = os.path.join(cwd, "Data", "Processed", "JobDescription")