saifeddinemk commited on
Commit
f71b7ff
1 Parent(s): ce96780

Init Commit

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -9,7 +9,7 @@ except Exception as e:
9
  print(f"Error loading SentenceTransformer model: {e}")
10
 
11
  # Download NLTK punkt tokenizer if not already installed (run this once)
12
- nltk.download('punkt')
13
 
14
  def match_cv_to_jobs(cv_text, job_descriptions):
15
  debug_info = "Debug Info:\n"
 
9
  print(f"Error loading SentenceTransformer model: {e}")
10
 
11
  # Download NLTK punkt tokenizer if not already installed (run this once)
12
+ nltk.download('punkt_tab')
13
 
14
  def match_cv_to_jobs(cv_text, job_descriptions):
15
  debug_info = "Debug Info:\n"