├── Abstract Text Summarization .ipynb ├── Attention_Based_seq2se1_model.ipynb ├── README.md ├── project.pdf ├── suvidha_foundation_project.pdf .png └── suvidha_foundation_project.png /Abstract Text Summarization .ipynb: -------------------------------------------------------------------------------- 1 | { 2 | "cells": [ 3 | { 4 | "cell_type": "markdown", 5 | "id": "bd2fa2bf", 6 | "metadata": {}, 7 | "source": [ 8 | "## Abstract Text Sumarization:" 9 | ] 10 | }, 11 | { 12 | "cell_type": "code", 13 | "execution_count": 1, 14 | "id": "1c7af25d", 15 | "metadata": {}, 16 | "outputs": [], 17 | "source": [ 18 | "import pandas as pd\n", 19 | "import numpy as np" 20 | ] 21 | }, 22 | { 23 | "cell_type": "code", 24 | "execution_count": 2, 25 | "id": "9819a86b", 26 | "metadata": {}, 27 | "outputs": [ 28 | { 29 | "data": { 30 | "text/html": [ 31 | "
\n", 49 | " | id | \n", 50 | "article | \n", 51 | "highlights | \n", 52 | "
---|---|---|---|
0 | \n", 57 | "0001d1afc246a7964130f43ae940af6bc6c57f01 | \n", 58 | "By . Associated Press . PUBLISHED: . 14:11 EST... | \n", 59 | "Bishop John Folda, of North Dakota, is taking ... | \n", 60 | "
1 | \n", 63 | "0002095e55fcbd3a2f366d9bf92a95433dc305ef | \n", 64 | "(CNN) -- Ralph Mata was an internal affairs li... | \n", 65 | "Criminal complaint: Cop used his role to help ... | \n", 66 | "
2 | \n", 69 | "00027e965c8264c35cc1bc55556db388da82b07f | \n", 70 | "A drunk driver who killed a young woman in a h... | \n", 71 | "Craig Eccleston-Todd, 27, had drunk at least t... | \n", 72 | "
3 | \n", 75 | "0002c17436637c4fe1837c935c04de47adb18e9a | \n", 76 | "(CNN) -- With a breezy sweep of his pen Presid... | \n", 77 | "Nina dos Santos says Europe must be ready to a... | \n", 78 | "
4 | \n", 81 | "0003ad6ef0c37534f80b55b4235108024b407f0b | \n", 82 | "Fleetwood are the only team still to have a 10... | \n", 83 | "Fleetwood top of League One after 2-0 win at S... | \n", 84 | "
... | \n", 87 | "... | \n", 88 | "... | \n", 89 | "... | \n", 90 | "
287108 | \n", 93 | "fffdfb56fdf1a12d364562cc2b9b1d4de7481dee | \n", 94 | "By . James Rush . Former first daughter Chelse... | \n", 95 | "Chelsea Clinton said question of running for o... | \n", 96 | "
287109 | \n", 99 | "fffeecb8690b85de8c3faed80adbc7a978f9ae2a | \n", 100 | "An apologetic Vanilla Ice has given his first ... | \n", 101 | "Vanilla Ice, 47 - real name Robert Van Winkle ... | \n", 102 | "
287110 | \n", 105 | "ffff5231e4c71544bc6c97015cdb16c60e42b3f4 | \n", 106 | "America's most lethal sniper claimed he wished... | \n", 107 | "America's most lethal sniper made comment in i... | \n", 108 | "
287111 | \n", 111 | "ffff924b14a8d82058b6c1c5368ff1113c1632af | \n", 112 | "By . Sara Malm . PUBLISHED: . 12:19 EST, 8 Mar... | \n", 113 | "A swarm of more than one million has crossed b... | \n", 114 | "
287112 | \n", 117 | "ffffd563a96104f5cf4493cfa701a65f31b06abf | \n", 118 | "(CNN)Former Florida Gov. Jeb Bush has decided ... | \n", 119 | "Other 2016 hopefuls maintain that Bush's annou... | \n", 120 | "
287113 rows × 3 columns
\n", 124 | "\n", 227 | " | id | \n", 228 | "article | \n", 229 | "highlights | \n", 230 | "
---|---|---|---|
count | \n", 235 | "287113 | \n", 236 | "287113 | \n", 237 | "287113 | \n", 238 | "
unique | \n", 241 | "287113 | \n", 242 | "284005 | \n", 243 | "282197 | \n", 244 | "
top | \n", 247 | "0001d1afc246a7964130f43ae940af6bc6c57f01 | \n", 248 | "(CNN) -- Dubai could lose its place on the Wom... | \n", 249 | "This page includes the show Transcript and the... | \n", 250 | "
freq | \n", 253 | "1 | \n", 254 | "3 | \n", 255 | "83 | \n", 256 | "
\n", 349 | " | id | \n", 350 | "article | \n", 351 | "highlights | \n", 352 | "
---|---|---|---|
0 | \n", 357 | "0001d1afc246a7964130f43ae940af6bc6c57f01 | \n", 358 | "By . Associated Press . PUBLISHED: . 14:11 EST... | \n", 359 | "Bishop John Folda, of North Dakota, is taking ... | \n", 360 | "
1 | \n", 363 | "0002095e55fcbd3a2f366d9bf92a95433dc305ef | \n", 364 | "(CNN) -- Ralph Mata was an internal affairs li... | \n", 365 | "Criminal complaint: Cop used his role to help ... | \n", 366 | "
2 | \n", 369 | "00027e965c8264c35cc1bc55556db388da82b07f | \n", 370 | "A drunk driver who killed a young woman in a h... | \n", 371 | "Craig Eccleston-Todd, 27, had drunk at least t... | \n", 372 | "
3 | \n", 375 | "0002c17436637c4fe1837c935c04de47adb18e9a | \n", 376 | "(CNN) -- With a breezy sweep of his pen Presid... | \n", 377 | "Nina dos Santos says Europe must be ready to a... | \n", 378 | "
4 | \n", 381 | "0003ad6ef0c37534f80b55b4235108024b407f0b | \n", 382 | "Fleetwood are the only team still to have a 10... | \n", 383 | "Fleetwood top of League One after 2-0 win at S... | \n", 384 | "
... | \n", 387 | "... | \n", 388 | "... | \n", 389 | "... | \n", 390 | "
287108 | \n", 393 | "fffdfb56fdf1a12d364562cc2b9b1d4de7481dee | \n", 394 | "By . James Rush . Former first daughter Chelse... | \n", 395 | "Chelsea Clinton said question of running for o... | \n", 396 | "
287109 | \n", 399 | "fffeecb8690b85de8c3faed80adbc7a978f9ae2a | \n", 400 | "An apologetic Vanilla Ice has given his first ... | \n", 401 | "Vanilla Ice, 47 - real name Robert Van Winkle ... | \n", 402 | "
287110 | \n", 405 | "ffff5231e4c71544bc6c97015cdb16c60e42b3f4 | \n", 406 | "America's most lethal sniper claimed he wished... | \n", 407 | "America's most lethal sniper made comment in i... | \n", 408 | "
287111 | \n", 411 | "ffff924b14a8d82058b6c1c5368ff1113c1632af | \n", 412 | "By . Sara Malm . PUBLISHED: . 12:19 EST, 8 Mar... | \n", 413 | "A swarm of more than one million has crossed b... | \n", 414 | "
287112 | \n", 417 | "ffffd563a96104f5cf4493cfa701a65f31b06abf | \n", 418 | "(CNN)Former Florida Gov. Jeb Bush has decided ... | \n", 419 | "Other 2016 hopefuls maintain that Bush's annou... | \n", 420 | "
287113 rows × 3 columns
\n", 424 | "