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