mskov commited on
Commit
a2817bd
1 Parent(s): cf8b877

Update replace_explitives.py

Browse files
Files changed (1) hide show
  1. 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