Skip to content

Commit

Permalink
fixed a runner exception #2
Browse files Browse the repository at this point in the history
  • Loading branch information
0x4f53 committed Nov 23, 2023
1 parent 3edf140 commit a8ed80c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions text_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ def regional_pii(text):
nltk.download('maxent_ne_chunker')
nltk.download('stopwords')
nltk.download('words')
nltk.download('averaged_perceptron_tagger')

stop_words = set(stopwords.words('english'))

Expand Down

0 comments on commit a8ed80c

Please sign in to comment.