Skip to content

Commit

Permalink
added code
Browse files Browse the repository at this point in the history
  • Loading branch information
colinelder committed Feb 16, 2024
1 parent e985bd5 commit 2d02eda
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/WorkingCode.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
# Add tokenizer so that spacy
nlp = spacy.load("en_core_web_sm")

#

# Parsing function

def text_parsing(file_path):
Expand Down

0 comments on commit 2d02eda

Please sign in to comment.