Skip to content

Commit

Permalink
fixed file path
Browse files Browse the repository at this point in the history
  • Loading branch information
colinelder committed Feb 26, 2024
1 parent 1a17183 commit ae81ce9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/WorkingCode.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
nlp = spacy.load("en_core_web_sm")

# define file path to text directories
data_path = os.path.join(os.path.dirname(__file__), '..', '..','exemplar_data')
data_path = os.path.join(os.path.dirname(__file__), '..', '..','Jsem_Data')

# Creates empty list for text file paths
text_path = []
Expand Down

0 comments on commit ae81ce9

Please sign in to comment.