Update functions.py
Browse files- functions.py +1 -0
functions.py
CHANGED
@@ -14,6 +14,7 @@ import validators
|
|
14 |
import re
|
15 |
import itertools
|
16 |
import numpy as np
|
|
|
17 |
|
18 |
nltk.download('punkt')
|
19 |
|
|
|
14 |
import re
|
15 |
import itertools
|
16 |
import numpy as np
|
17 |
+
from bs4 import BeautifulSoup
|
18 |
|
19 |
nltk.download('punkt')
|
20 |
|