Update functions.py
Browse files- functions.py +1 -0
functions.py
CHANGED
|
@@ -11,6 +11,7 @@ from sentence_transformers import SentenceTransformer, CrossEncoder, util
|
|
| 11 |
import streamlit as st
|
| 12 |
import en_core_web_lg
|
| 13 |
import validators
|
|
|
|
| 14 |
|
| 15 |
nltk.download('punkt')
|
| 16 |
|
|
|
|
| 11 |
import streamlit as st
|
| 12 |
import en_core_web_lg
|
| 13 |
import validators
|
| 14 |
+
import re
|
| 15 |
|
| 16 |
nltk.download('punkt')
|
| 17 |
|