Update app.py
Browse files
app.py
CHANGED
@@ -72,7 +72,7 @@ def article_text_extractor(url: str):
|
|
72 |
|
73 |
def chunk_clean_text(text):
|
74 |
|
75 |
-
sentences =
|
76 |
current_chunk = 0
|
77 |
chunks = []
|
78 |
|
|
|
72 |
|
73 |
def chunk_clean_text(text):
|
74 |
|
75 |
+
sentences = sent_tokenize(text)
|
76 |
current_chunk = 0
|
77 |
chunks = []
|
78 |
|