Spaces:
Sleeping
Sleeping
Update parser.py
Browse files
parser.py
CHANGED
@@ -3,6 +3,7 @@ import random
|
|
3 |
import string
|
4 |
import nltk
|
5 |
|
|
|
6 |
|
7 |
def replacement1(review, regex_list):
|
8 |
replaced_dict = {}
|
|
|
3 |
import string
|
4 |
import nltk
|
5 |
|
6 |
+
nltk.download('punkt')
|
7 |
|
8 |
def replacement1(review, regex_list):
|
9 |
replaced_dict = {}
|