sashtech commited on
Commit
6e3258f
·
verified ·
1 Parent(s): af4412c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -28,7 +28,7 @@ download_nltk_resources()
28
  top_words = set(stopwords.words("english")) # More efficient as a set
29
 
30
  # Path to the thesaurus file
31
- thesaurus_file_path = 'en_thesaurus.jsonl' # Ensure the file path is correct
32
 
33
  # Function to load the thesaurus into a dictionary
34
  def load_thesaurus(file_path):
 
28
  top_words = set(stopwords.words("english")) # More efficient as a set
29
 
30
  # Path to the thesaurus file
31
+ thesaurus_file_path = 'en_thesaurus.jsonl (1).old' # Ensure the file path is correct
32
 
33
  # Function to load the thesaurus into a dictionary
34
  def load_thesaurus(file_path):