Commit cc31b869 authored by M.S.M.Perera's avatar M.S.M.Perera

Dictionary created to store gazette text

parent e7a5c382
...@@ -175,8 +175,7 @@ def PdfBreaker(gz_url): ...@@ -175,8 +175,7 @@ def PdfBreaker(gz_url):
completeDescription = completeDescription + item completeDescription = completeDescription + item
###################################################################################################################### ######################################################################################################################
summarizedDescription = Summarizer_.summarizer(completeDescription) summarizedDescription = Summarizer_.summarizer(completeDescription)
dt.append({"department": dep, "title": listT, "description": completeDescription, dt.append({"department": dep, "title": listT, "description": completeDescription, "summary": summarizedDescription, "date": pubDate, "url": gz_url})
"summary": summarizedDescription, "date": pubDate, "url": gz_url})
for item in listT: for item in listT:
ct = ct + item ct = ct + item
###################################################################################################################### ######################################################################################################################
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment