Spaces:
Runtime error
Runtime error
Update replace_explitives.py
Browse files- replace_explitives.py +1 -1
replace_explitives.py
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
import re
|
2 |
|
3 |
|
4 |
nltk.download('punkt') # For tokenization
|
|
|
1 |
+
import regex as re
|
2 |
|
3 |
|
4 |
nltk.download('punkt') # For tokenization
|