Update app.py
Browse files
app.py
CHANGED
@@ -200,7 +200,8 @@ def get_all_entities(text):
|
|
200 |
|
201 |
def get_and_compare_entities(article_content,summary_output):
|
202 |
|
203 |
-
|
|
|
204 |
all_entities_per_sentence = get_all_entities_per_sentence(article_content)
|
205 |
entities_article = list(itertools.chain.from_iterable(all_entities_per_sentence))
|
206 |
print(entities_article)
|
|
|
200 |
|
201 |
def get_and_compare_entities(article_content,summary_output):
|
202 |
|
203 |
+
print(article_content)
|
204 |
+
print(summary_output)
|
205 |
all_entities_per_sentence = get_all_entities_per_sentence(article_content)
|
206 |
entities_article = list(itertools.chain.from_iterable(all_entities_per_sentence))
|
207 |
print(entities_article)
|