Spaces:
Build error
Build error
Straive-Kripa
commited on
Commit
•
9aa6b4c
1
Parent(s):
43f4975
Update app.py
Browse files
app.py
CHANGED
@@ -4,6 +4,7 @@ import re
|
|
4 |
from collections import Counter
|
5 |
|
6 |
# Load the spaCy model, confirm that additional download has been made
|
|
|
7 |
nlp = spacy.load("en_core_web_sm")
|
8 |
|
9 |
def anonymize_text_including_proper_nouns_and_addresses(text):
|
|
|
4 |
from collections import Counter
|
5 |
|
6 |
# Load the spaCy model, confirm that additional download has been made
|
7 |
+
#
|
8 |
nlp = spacy.load("en_core_web_sm")
|
9 |
|
10 |
def anonymize_text_including_proper_nouns_and_addresses(text):
|