Datasets:
Tasks:
Text Classification
Modalities:
Text
Formats:
json
Languages:
English
Size:
10K - 100K
License:
File size: 147,374 Bytes
b778a0d |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 878 879 880 881 882 883 884 885 886 887 888 889 890 891 892 893 894 895 896 897 898 899 900 901 902 903 904 905 906 907 908 909 910 911 912 913 914 915 916 917 918 919 920 921 922 923 924 925 926 927 928 929 930 931 932 933 934 935 936 937 938 939 940 941 942 943 944 945 946 947 948 949 950 951 952 953 954 955 956 957 958 959 960 961 962 963 964 965 966 967 968 969 970 971 972 973 974 975 976 977 978 979 980 981 982 983 984 985 986 987 988 989 990 991 992 993 994 995 996 997 998 999 1000 1001 1002 1003 1004 1005 1006 1007 1008 1009 1010 1011 1012 1013 1014 1015 1016 1017 1018 1019 1020 1021 1022 1023 1024 1025 1026 1027 1028 1029 1030 1031 1032 1033 1034 1035 1036 1037 1038 1039 1040 1041 1042 1043 1044 1045 1046 1047 1048 1049 1050 1051 1052 1053 1054 1055 1056 1057 1058 1059 1060 1061 1062 1063 1064 1065 1066 1067 1068 1069 1070 1071 1072 1073 1074 1075 1076 1077 1078 1079 1080 1081 1082 1083 1084 1085 1086 1087 1088 1089 1090 1091 1092 1093 1094 1095 1096 1097 1098 1099 1100 1101 1102 1103 1104 1105 1106 1107 1108 1109 1110 1111 1112 1113 1114 1115 1116 1117 1118 1119 1120 1121 1122 1123 1124 1125 1126 1127 1128 1129 1130 1131 1132 1133 1134 1135 1136 1137 1138 1139 1140 1141 1142 1143 1144 1145 1146 1147 1148 1149 1150 1151 1152 1153 1154 1155 1156 1157 1158 1159 1160 1161 1162 1163 1164 1165 1166 1167 1168 1169 1170 1171 1172 1173 1174 1175 1176 1177 1178 1179 1180 1181 1182 1183 1184 1185 1186 1187 1188 1189 1190 1191 1192 1193 1194 1195 1196 1197 1198 1199 1200 1201 1202 1203 1204 1205 1206 1207 1208 1209 1210 1211 1212 1213 1214 1215 1216 1217 1218 1219 1220 1221 1222 1223 1224 1225 1226 1227 1228 1229 1230 1231 1232 1233 1234 1235 1236 1237 1238 1239 1240 1241 1242 1243 1244 1245 1246 1247 1248 1249 1250 1251 1252 1253 1254 1255 1256 1257 1258 1259 1260 1261 1262 1263 1264 1265 1266 1267 1268 1269 1270 1271 1272 1273 1274 1275 1276 1277 1278 1279 1280 1281 1282 1283 1284 1285 1286 1287 1288 1289 1290 1291 1292 1293 1294 1295 1296 1297 1298 1299 1300 1301 1302 1303 1304 1305 1306 1307 1308 1309 1310 1311 1312 1313 1314 1315 1316 1317 1318 1319 1320 1321 1322 1323 1324 1325 1326 1327 1328 1329 1330 1331 1332 1333 1334 1335 1336 1337 1338 1339 1340 1341 1342 1343 1344 1345 1346 1347 1348 1349 1350 1351 1352 1353 1354 1355 1356 1357 1358 1359 1360 1361 1362 1363 1364 1365 1366 1367 1368 1369 1370 1371 1372 1373 1374 1375 1376 1377 1378 1379 1380 1381 1382 1383 1384 1385 1386 1387 1388 1389 1390 1391 1392 1393 1394 1395 1396 1397 1398 1399 1400 1401 1402 1403 1404 1405 1406 1407 1408 1409 1410 1411 1412 1413 1414 1415 1416 1417 1418 1419 1420 1421 1422 1423 1424 1425 1426 1427 1428 1429 1430 1431 1432 1433 1434 1435 1436 1437 1438 1439 1440 1441 1442 1443 1444 1445 1446 1447 1448 1449 1450 1451 1452 1453 1454 1455 1456 1457 1458 1459 1460 1461 1462 1463 1464 1465 1466 1467 1468 1469 1470 1471 1472 1473 1474 1475 1476 1477 1478 1479 1480 1481 1482 1483 1484 1485 1486 1487 1488 1489 1490 1491 1492 1493 1494 1495 1496 1497 1498 1499 1500 1501 1502 1503 1504 1505 1506 1507 1508 1509 1510 1511 1512 1513 1514 1515 1516 1517 1518 1519 1520 1521 1522 1523 1524 1525 1526 1527 1528 1529 1530 1531 1532 1533 1534 1535 1536 1537 1538 1539 1540 1541 1542 1543 1544 1545 1546 1547 1548 1549 1550 1551 1552 1553 1554 1555 1556 1557 1558 1559 1560 1561 1562 1563 1564 1565 1566 1567 1568 1569 1570 1571 1572 1573 1574 1575 1576 1577 1578 1579 1580 1581 1582 1583 1584 1585 1586 1587 1588 1589 1590 1591 1592 1593 1594 1595 1596 1597 1598 1599 1600 1601 1602 1603 1604 1605 1606 1607 1608 1609 1610 1611 1612 1613 1614 1615 1616 1617 1618 1619 1620 1621 1622 1623 1624 1625 1626 1627 1628 1629 1630 1631 1632 1633 1634 1635 1636 1637 1638 1639 1640 1641 1642 1643 1644 1645 1646 1647 1648 1649 1650 1651 1652 1653 1654 1655 1656 1657 1658 1659 1660 1661 1662 1663 1664 1665 1666 1667 1668 1669 1670 1671 1672 1673 1674 1675 1676 1677 1678 1679 1680 1681 1682 1683 1684 1685 1686 1687 1688 1689 1690 1691 1692 1693 1694 1695 1696 1697 1698 1699 1700 1701 1702 1703 1704 1705 1706 1707 1708 1709 1710 1711 1712 1713 1714 1715 1716 1717 1718 1719 1720 1721 1722 1723 1724 1725 1726 1727 1728 1729 1730 1731 1732 1733 1734 1735 1736 1737 1738 1739 1740 1741 1742 1743 1744 1745 1746 1747 1748 1749 1750 1751 1752 1753 1754 1755 1756 1757 1758 1759 1760 1761 1762 1763 1764 1765 1766 1767 1768 1769 1770 1771 1772 1773 1774 1775 1776 1777 1778 1779 1780 1781 1782 1783 1784 1785 1786 1787 1788 1789 1790 1791 1792 1793 1794 1795 1796 1797 1798 1799 1800 1801 1802 1803 1804 1805 1806 1807 1808 1809 1810 1811 1812 1813 1814 1815 1816 1817 1818 1819 1820 1821 1822 1823 1824 1825 1826 1827 1828 1829 1830 1831 1832 1833 1834 1835 1836 1837 1838 1839 1840 1841 1842 1843 1844 1845 1846 1847 1848 1849 1850 1851 1852 1853 1854 1855 1856 1857 1858 1859 1860 1861 1862 1863 1864 1865 1866 1867 1868 1869 1870 1871 1872 1873 1874 1875 1876 1877 1878 1879 1880 1881 1882 1883 1884 1885 1886 1887 1888 1889 1890 1891 1892 1893 1894 1895 1896 1897 1898 1899 1900 1901 1902 1903 1904 1905 1906 1907 1908 1909 1910 1911 1912 1913 1914 1915 1916 1917 1918 1919 1920 1921 1922 1923 1924 1925 1926 1927 1928 1929 1930 1931 1932 1933 1934 1935 1936 1937 1938 1939 1940 1941 1942 1943 1944 1945 1946 1947 1948 1949 1950 1951 1952 1953 1954 1955 1956 1957 1958 1959 1960 1961 1962 1963 1964 1965 1966 1967 1968 1969 1970 1971 1972 1973 1974 1975 1976 1977 1978 1979 1980 1981 1982 1983 1984 1985 1986 1987 1988 1989 1990 1991 1992 1993 1994 1995 1996 1997 1998 1999 2000 2001 2002 2003 2004 2005 2006 2007 2008 2009 2010 2011 2012 2013 2014 2015 2016 2017 2018 2019 2020 2021 2022 2023 2024 2025 2026 2027 2028 2029 2030 2031 2032 2033 2034 2035 2036 2037 2038 2039 2040 2041 2042 2043 2044 2045 2046 2047 2048 2049 2050 2051 2052 2053 2054 2055 2056 2057 2058 2059 2060 2061 2062 2063 2064 2065 2066 2067 2068 2069 2070 2071 2072 2073 2074 2075 2076 2077 2078 2079 2080 2081 2082 2083 2084 2085 2086 2087 2088 2089 2090 2091 2092 2093 2094 2095 2096 2097 2098 2099 2100 2101 2102 2103 2104 2105 2106 2107 2108 2109 2110 2111 2112 2113 2114 2115 2116 2117 2118 2119 2120 2121 2122 2123 2124 2125 2126 2127 2128 2129 2130 2131 2132 2133 2134 2135 2136 2137 2138 2139 2140 2141 2142 2143 2144 2145 2146 2147 2148 2149 2150 2151 2152 2153 2154 2155 2156 2157 2158 2159 2160 2161 2162 2163 2164 2165 2166 2167 2168 2169 2170 2171 2172 2173 2174 2175 2176 2177 2178 2179 2180 2181 2182 2183 2184 2185 2186 2187 2188 2189 2190 2191 2192 2193 2194 2195 2196 2197 2198 2199 2200 2201 2202 2203 2204 2205 2206 2207 2208 2209 2210 2211 2212 2213 2214 2215 2216 2217 2218 2219 2220 2221 2222 2223 2224 2225 2226 2227 2228 2229 2230 2231 2232 2233 2234 2235 2236 2237 2238 2239 2240 2241 2242 2243 2244 2245 2246 2247 2248 2249 2250 2251 2252 2253 2254 2255 2256 2257 2258 2259 2260 2261 2262 2263 2264 2265 2266 2267 2268 2269 2270 2271 2272 2273 2274 2275 2276 2277 2278 2279 2280 2281 2282 2283 2284 2285 2286 2287 2288 2289 2290 2291 2292 2293 2294 2295 2296 2297 2298 2299 2300 2301 2302 2303 2304 2305 2306 2307 2308 2309 2310 2311 2312 2313 2314 2315 2316 2317 2318 2319 2320 2321 2322 2323 2324 2325 2326 2327 2328 2329 2330 2331 2332 2333 2334 2335 2336 2337 2338 2339 2340 2341 2342 2343 2344 2345 2346 2347 2348 2349 2350 2351 2352 2353 2354 2355 2356 2357 2358 2359 2360 2361 2362 2363 2364 2365 2366 2367 2368 2369 2370 2371 2372 2373 2374 2375 2376 2377 2378 2379 2380 2381 2382 2383 2384 2385 2386 2387 2388 2389 2390 2391 2392 2393 2394 2395 2396 2397 2398 2399 2400 2401 2402 2403 2404 2405 2406 2407 2408 2409 2410 2411 2412 2413 2414 2415 2416 2417 2418 2419 2420 2421 2422 2423 2424 2425 2426 2427 2428 2429 2430 2431 2432 2433 2434 2435 2436 2437 2438 2439 2440 2441 2442 2443 2444 2445 2446 2447 2448 2449 2450 2451 2452 2453 2454 2455 2456 2457 2458 2459 2460 2461 2462 2463 2464 2465 2466 2467 2468 2469 2470 2471 2472 2473 2474 2475 2476 2477 2478 2479 2480 2481 2482 2483 2484 2485 2486 2487 2488 2489 2490 2491 2492 2493 2494 2495 2496 2497 2498 2499 2500 2501 2502 2503 2504 2505 2506 2507 2508 2509 2510 2511 2512 2513 2514 2515 2516 2517 2518 2519 2520 2521 2522 2523 2524 2525 2526 2527 2528 2529 2530 2531 2532 2533 2534 2535 2536 2537 2538 2539 2540 2541 2542 2543 2544 2545 2546 2547 2548 2549 2550 2551 2552 2553 2554 2555 2556 2557 2558 2559 2560 2561 2562 2563 2564 2565 2566 2567 2568 2569 2570 2571 2572 2573 2574 2575 2576 2577 2578 2579 2580 2581 2582 2583 2584 2585 2586 2587 2588 2589 2590 2591 2592 2593 2594 2595 2596 2597 |
[
{
"tweet_id": 1003436237078847489,
"tweet_text": "Marylands not the best place to be right now. I hate the rain & the potential damage its causing on #EllicottCity again.",
"class_label": "not_humanitarian"
},
{
"tweet_id": 1004403368318636034,
"tweet_text": "Gov. Larry Hogan has declared a state of emergency after heavy rain flooded Ellicott City, washing away cars and leaving behind extensive damage. copyright © 2018 from State of emergency declared in Maryland after heavy rain causes flooding via St",
"class_label": "caution_and_advice"
},
{
"tweet_id": 1001675789027377160,
"tweet_text": "There is no excuse for #Trump to not speak about the floods in Maryland, among other things. This is a deal breaker with the majority of the American people. A person cannot govern by hate alone. and only care about their ratings.",
"class_label": "other_relevant_information"
},
{
"tweet_id": 1001435373476700160,
"tweet_text": "Man still missing after Maryland flash flood. Two floods in two years in Ellicott City have residents wondering whether to rebuild. #flooding #Maryland",
"class_label": "missing_or_found_people"
},
{
"tweet_id": 1001462070267834373,
"tweet_text": "Flash flooding in Maryland causes serious damage. READ MORE:",
"class_label": "infrastructure_and_utility_damage"
},
{
"tweet_id": 1001378727576723456,
"tweet_text": "No words to describe the devastation after Ellicott City flooding in Maryland #NewHubUS #Latestnews #usanews #breakingnews #sports #technology #viralnews",
"class_label": "other_relevant_information"
},
{
"tweet_id": 1001974879036506112,
"tweet_text": "Restaurant and bar fundraisers for Ellicott City flood victims #HoCoMD",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 1001581439668965376,
"tweet_text": "The vice-president mentioned the National Guardsman swept away in Ellicott City flooding.",
"class_label": "other_relevant_information"
},
{
"tweet_id": 1001171602015371265,
"tweet_text": "#Kilauea lava reaches geothermal plant increasing risk risks of toxic gas release fitting out February forecast for both volcanic eruptions and industrial accidents. At the same time there are floods on the US east coast in Maryland.",
"class_label": "other_relevant_information"
},
{
"tweet_id": 1001282295561531393,
"tweet_text": "Ellicott City flooding: How you can help, and how to get help |",
"class_label": "other_relevant_information"
},
{
"tweet_id": 1001510914368069632,
"tweet_text": "My prayers go out to the people and families in Maryland affected by the flash floods ὤFὉ5",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1004036060542889990,
"tweet_text": ".@Gr8rCatonsville is raising money for businesses (and soon, residents!) who have been hurt by the flooding.",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 1001191147602051072,
"tweet_text": "RT @joshdcaplan: Dramatic video shows flash flooding in Ellicott City, Maryland as heavy rain pounds the state.",
"class_label": "other_relevant_information"
},
{
"tweet_id": 1001620033108434944,
"tweet_text": "Indeed. Ask the people in Maryland. Two thousand year” floods simultaneously in geologic terms.",
"class_label": "other_relevant_information"
},
{
"tweet_id": 1001269766651342848,
"tweet_text": "#EllicottCity hit by devastating flash floods after severe rain Devastating flash flood waters rush through the streets of Ellicott City, #Maryland, after the area received a month of rain in less than two hours. *Via @DailyMail",
"class_label": "other_relevant_information"
},
{
"tweet_id": 1003584734797148161,
"tweet_text": "FLOOD WARNING: Even though the rain stopped, Flood Warnings continue to be in effect for portions of Maryland.",
"class_label": "caution_and_advice"
},
{
"tweet_id": 1002978325269286917,
"tweet_text": "Temple Hills (Camp Springs), Maryland: 1 person killed and 1 person injured. Full report:",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 1001486280025411585,
"tweet_text": "Latest: Maryland flooding: Drone footage shows extent of damage in Ellicott City",
"class_label": "infrastructure_and_utility_damage"
},
{
"tweet_id": 1001323269918679040,
"tweet_text": "RT @HomefrontHugs: #MissingAirman #Maryland #USAF #NationalGuard #MemorialDay help RT and find him please! http",
"class_label": "missing_or_found_people"
},
{
"tweet_id": 1001530613692817408,
"tweet_text": "RT @AP: BREAKING: Police say body found in Patapsco River is Eddison Hermond, who was reported missing in Maryland flash floods.",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 1001419819844096000,
"tweet_text": "Segment starting soon on #FaultLines. All things weather related with @ZachDanielCBS6. #Flooding #Alberto #HurricaneSeason",
"class_label": "other_relevant_information"
},
{
"tweet_id": 1001875887682473984,
"tweet_text": "Hurricane Season doesnt start until June 1st but weve already seen incredible flooding rains across Maryland & tropical impacts this week from #Alberto across the south. Nothing can totally prepare us, but here are some great tips from @CherylNelsonTV ->",
"class_label": "other_relevant_information"
},
{
"tweet_id": 1001420066141999104,
"tweet_text": "Missing guardsman from Maryland swept away in Flood Waters while attempting to help people. We are all praying for his safe return",
"class_label": "missing_or_found_people"
},
{
"tweet_id": 1001467861745917952,
"tweet_text": "COMING UP: @CBSThisMorning reports from Maryland with damage from flash flooding and along the Gulf Coast, where people are evacuating ahead of the first named storm of the season.",
"class_label": "infrastructure_and_utility_damage"
},
{
"tweet_id": 1003588963964088320,
"tweet_text": "BALTIMORE (WJZ) — Even though the rain stopped, Flood Warnings continue to be in effect for portions of Maryland. The National Weather Service warns many rivers may still be in danger of overflowing. The Flood Warning in west via",
"class_label": "caution_and_advice"
},
{
"tweet_id": 1001419705884725248,
"tweet_text": "Flash Floods Topple Buildings, Wash Away Dozens Of Cars In Maryland (Photos)",
"class_label": "other_relevant_information"
},
{
"tweet_id": 1001225932835905537,
"tweet_text": "Thoughts & prayers to The Hermond Family!",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1001232046927335425,
"tweet_text": "Ellicott City aftermath: Flooding hammers residents reeling from 2016",
"class_label": "other_relevant_information"
},
{
"tweet_id": 1001183782718922753,
"tweet_text": "Ellicott City aftermath: Flooding hammers residents reeling from 2016 YOU SHALL KNOW MY WRATH MYSTERY BABYLON!!! @NYCityCenter @WSJPolitics @WorldBank @IMF_Group @nytimes @CNN @NewYork_SEC YOU WILL KNOW MY NAME IS THE LORD!",
"class_label": "not_humanitarian"
},
{
"tweet_id": 1001179794124476418,
"tweet_text": "RT @CGTNOfficial: Dramatic video shows flash floods striking Ellicott City in Maryland",
"class_label": "other_relevant_information"
},
{
"tweet_id": 1002505498367684609,
"tweet_text": "WHAT THE HECK!! #news #RealNews #Unreported FLOODING IN MARYLAND USA! Crazy flooding!! ὄ9",
"class_label": "caution_and_advice"
},
{
"tweet_id": 1001372103885705216,
"tweet_text": "@reden419 Had some rain — pretty bad in Maryland Not bad where I am. Had no cookouts, but at least we weren’t swimming up and down our streets like some neighboring areas. Hope U had a nice weekend! U able to cook out? Our local pools opened, but don’t think too many kids went. ὡ8ὠD",
"class_label": "not_humanitarian"
},
{
"tweet_id": 1001236424891469825,
"tweet_text": "RT @NBCNightlyNews: Flash floods ravage Ellicott City, Maryland; National Guardsman goes missing.",
"class_label": "missing_or_found_people"
},
{
"tweet_id": 1003957311386288128,
"tweet_text": "Byron Bridge over the flooded Potomac River at Harpers Ferry, 2018-06-04. #potomac #potomacriver #harpersferry #hafe #hfnhp #flood #flooding #byronbridge #westvirginia #jeffersoncountywv #almostheaven #maryland #washingtoncountymd #freestate",
"class_label": "other_relevant_information"
},
{
"tweet_id": 1002667475308306438,
"tweet_text": "Rain and thunderstorms are forecast again Friday and Saturday across Maryland, sustaining the threat of more flooding.",
"class_label": "caution_and_advice"
},
{
"tweet_id": 1002379833958002689,
"tweet_text": "* Storms pounding Ellicott City, Catonsville days after devastating floods Baltimore Sun (blog) * After Pair of 1-in-1000 Year Floods, a Maryland Town Seeks Safeguards Insurance Journal * History of Ellicott City shows 20 major flooding events WBAL",
"class_label": "other_relevant_information"
},
{
"tweet_id": 1001671995132661761,
"tweet_text": "A National Guard Member Died While Trying To Help Rescue Someone During The Maryland Flash Floods Okay kiddos, its Friday and the start of Memorial Day weekend. Lets get the hate out of our hearts. Focus on the positives #RIPEddisonHermond",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 1001280102074847237,
"tweet_text": "14 Shocking Photos of Marylands Destructive Flooding This Weekend My thoughts and prayers for those affected by weather in Maryland and elsewhere ..",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1001244884160966656,
"tweet_text": "WEATHER WATCH: Tuesday at 7:20 AM ET on #FaultLines - Emmy Award Winning Meteorologist Zach Daniel (@ZachDanielCBS6) talks #Flooding in #Baltimore/#Maryland and #Hurricane season kicking off with subtropical storm #Alberto.",
"class_label": "caution_and_advice"
},
{
"tweet_id": 1001153524900749314,
"tweet_text": "In addition @MCFRS Swift Water Rescue crews assisted @HCDFRS during emergency response and other units were dispatched to fill-in at HCDFRS fire stations. Today, several MCFRS command staff are assisting w/ NCR-IMT (Incident Mgt)",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 1001253451257516032,
"tweet_text": "DML TV: Aerial footage shows damage after flooding rips through Maryland city via @realDennisLynch",
"class_label": "infrastructure_and_utility_damage"
},
{
"tweet_id": 1001520226872291330,
"tweet_text": "Salute to this heroic veteran who lost his life to help a civilian in need",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1001239430441545728,
"tweet_text": "I still cant believe the flooding that happened two years ago and such devastation could happen again Ὁ4",
"class_label": "other_relevant_information"
},
{
"tweet_id": 1001179661823508480,
"tweet_text": "WATCH: Officials give updates on Maryland flooding, say they have conducted around 300 rescues and are still trying to locate one missing man swept up in the floodwaters",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 1002051520689463296,
"tweet_text": "RT @TIME: Body found in the search for a National Guardsman swept away in the Maryland flash floods",
"class_label": "missing_or_found_people"
},
{
"tweet_id": 1003611128700850176,
"tweet_text": "At 6:46 AM, Williamsport [Washington Co, MD] DEPT OF HIGHWAYS reports FLOOD. MARYLAND ROUTE 68 FLOODED AND CLOSED DUE TO BACKWATER FLOODING OF CONOCOCHEAGUE CREEK JUST UPSTREAM OF THE POTOMAC RIVER.",
"class_label": "caution_and_advice"
},
{
"tweet_id": 1001629976557432832,
"tweet_text": "Body Of Missing National Guardsman Found After Flooding In Maryland Town Eddison Hermond was last seen helping a woman with a cat escape Ellicott City’s floodwaters, police said. via @HuffPost",
"class_label": "missing_or_found_people"
},
{
"tweet_id": 1001206843753074688,
"tweet_text": "@RyanHillMI @realDonaldTrump There’s flooding in more places than Maryland sir. There are natural disasters happening all over as we speak. However, this is not the time. This is the Memorial Day speech. Keep it simple.",
"class_label": "not_humanitarian"
},
{
"tweet_id": 1002768504255369216,
"tweet_text": "Affected by flooding? Contact us at customerservice.dhcd@maryland.gov or call 800-756-0119 M-F 8 a.m. to 4 p.m. to learn about assistance for businesses, homeowners & renters",
"class_label": "other_relevant_information"
},
{
"tweet_id": 1001220219413630976,
"tweet_text": "Wow! We thought our flash flooding was bad in the Midlands yesterday. This is #FlashFlooding in Maryland USA where a state of Emergency has been declared. @GMB",
"class_label": "caution_and_advice"
},
{
"tweet_id": 1001144314897018880,
"tweet_text": "One man is still missing after flash flooding tore down historic Main Street in Ellicott City, Maryland over the weekend",
"class_label": "missing_or_found_people"
},
{
"tweet_id": 1001243755142266885,
"tweet_text": "Governor declares emergency as Maryland floods: May 28 (UPI) -- Maryland Gov. Larry Hogan declared a state of emergency after flash flooding ripped through Ellicott City, submerging the first floor of businesses. - UPI",
"class_label": "caution_and_advice"
},
{
"tweet_id": 1004570968394752000,
"tweet_text": "National Guardsman Killed in Flash Flood to Be Laid to Rest by THE ASSOCIATED PRESS via NYT",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 1001523591056379904,
"tweet_text": "Very sad news. Eddison Hermond was attempting to rescue a shopkeeper when he got swept away and has now been found dead. He was also a National Guardsman and Air Force veteran. It seems he never stopped trying to help people and serve others.",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 1002279312312229891,
"tweet_text": "#Pennsylvania had the highest average number of deaths per year from #carbonmonoxide with 75 fatalities in the 2011-2015 period of any state. This number was 10 in #Maryland, 8 in #Virginia, and 6 in WestVirgina. @eparegion3 #fatalities #healthyhomes",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 1001386251319238656,
"tweet_text": "Ellicott City flood: Man missing after 1,000-year torrents devastate Maryland",
"class_label": "missing_or_found_people"
},
{
"tweet_id": 1001221314336706560,
"tweet_text": "Footage of flooding in Ellicott City, Maryland courtesy of Zach Landow.",
"class_label": "infrastructure_and_utility_damage"
},
{
"tweet_id": 1002006761795129344,
"tweet_text": "Marylands Democratic candidates for governor focused much of their second televised debate Wednesday on painful recent events in the state, including the death of a Baltimore County police officer and devastating flooding in Ellicott City.",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 1001232053893988359,
"tweet_text": "Gut-wrenching devastation | An exclusive walk down Main Street in Ellicott City after catastrophic flooding (Via WUSA9)",
"class_label": "infrastructure_and_utility_damage"
},
{
"tweet_id": 1002297742004285445,
"tweet_text": "parts of Frderick & Washington counties in Maryland are under a FLASH FLOOD WARNING until 815 PM. some rivers, streams and creeks are expected to quickly rise causing some flooding shortly. Be alert and avoid high water! @wusa9 @TenaciousTopper #WUSA9Weather",
"class_label": "caution_and_advice"
},
{
"tweet_id": 1001172851687378945,
"tweet_text": "News conference in #EllicottCity Maryland as public officials give an update on the flash floods and search and rescue efforts both last night and today",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 1001176730068029440,
"tweet_text": "PRAYERS FOR OUR FRIENDS Today the flooding in Maryland has reached terrible levels, and many in our MAGA family have been impacted. Please take a moment from your celebration of Memorial Day to say a prayer for our friends, along with your remembrances of our fallen heroes.",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1002576897535086592,
"tweet_text": "Timely info from Sustainable Maryland on the recent floods in Maryland, and why we’d better get proactive in our planning & risk assessment! Township of Monroe Sustainable Jersey Rutgers",
"class_label": "caution_and_advice"
},
{
"tweet_id": 1001497630403366913,
"tweet_text": "Search crews in Maryland are trying to find a National Guardsman who was whisked away by flash floods while trying to help someone 9&10 News",
"class_label": "missing_or_found_people"
},
{
"tweet_id": 1001270650462449665,
"tweet_text": "Rescue workers are searching for a National Guardsman who went missing after flash floods swept through Ellicott City, Maryland, on Sunday.",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 1001423059365056512,
"tweet_text": "RT @TODAYshow: Desperate search continues for National Guardsman swept away in Maryland floods",
"class_label": "missing_or_found_people"
},
{
"tweet_id": 1003483382930477056,
"tweet_text": "Emma, the badly injured dog rescued by @LastChanceResQ in Southern Maryland, looks ready for work in her orange vest! She has decided Im made of treats and so follows me around, giving an occasional bark to remind me shes there - AND WAITING.",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 1002621363482329088,
"tweet_text": "In the aftermath of this weekends historic flooding in Ellicott City, Maryland, Verizon is waiving billing, bringing in additional network equipment, and offering free device charging. #IamVZ",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 1001281739233247232,
"tweet_text": "RT @WashTimes: Officials search for missing National Guardsman swept away in Ellicott City flood. #EllicottCityFlood",
"class_label": "missing_or_found_people"
},
{
"tweet_id": 1001454620747620354,
"tweet_text": "Maryland Governor declares state of emergency after flash flooding HeatMap Column 4> #Flood #Flooding #Floods",
"class_label": "caution_and_advice"
},
{
"tweet_id": 1004283209167745024,
"tweet_text": "3 Staff Hospitalized After Disturbance at Juvenile Facility: Three people were hospitalized, more were injured and eight young people are in police custody after a disturbance at a Maryland juvenile treatment center that the state has singled out for",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 1001443078169939968,
"tweet_text": "Proponents of green building already know how impervious surfaces create stormwater issues downstream. Sadly this is contributing to the extreme flooding in Maryland.",
"class_label": "not_humanitarian"
},
{
"tweet_id": 1001885743898296320,
"tweet_text": "I added a video to a @YouTube playlist MARYLAND FLOODING: BODY RECOVERED, CLEANUP BEGINS",
"class_label": "other_relevant_information"
},
{
"tweet_id": 1001630607976394753,
"tweet_text": "Here it is, right on schedule after every disaster, trying to drum up more biz w/their PRs: UnitedHealthcare and Optum Take Action to Support People Affected by Maryland Floods",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 1003948803278372866,
"tweet_text": "@InezFeltscher @SebGorka Our last Governor of Maryland (OMalley) taxed our rain water. You couldnt harvest rain water in barrels to water your garden. How would you even police that?",
"class_label": "not_humanitarian"
},
{
"tweet_id": 1001350585185112065,
"tweet_text": "@mandycrn It’s better than nothing. My niece and her family live in Ellicott City Maryland. They narrowly avoided flooding in their house with stacks of sandbags. In the 2015 flood their basement filled up with floodwater.",
"class_label": "not_humanitarian"
},
{
"tweet_id": 1001549662308810752,
"tweet_text": "Just now seeing the floods in Maryland oh my god I hope you’re all in a safe dry place now!",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1001166109771431936,
"tweet_text": "Watch Video Severe flooding in Ellicott City, Maryland, has submerged vehicles, forced residents to evacuate and caused major damage to homes and businesses. Newsys partners at WMAR",
"class_label": "infrastructure_and_utility_damage"
},
{
"tweet_id": 1002754167172227072,
"tweet_text": "Light to sometimes moderate rain finally moving into the Beltway areas and downtown DC between now and midnight. Heaviest storms are in northern Maryland moving into Pennsylvania.",
"class_label": "caution_and_advice"
},
{
"tweet_id": 1002052137835261954,
"tweet_text": "Ellicott City flood: Before-and-after images show heartbreaking devastation #flooding #Ellicottcity #Maryland #climate #weather",
"class_label": "other_relevant_information"
},
{
"tweet_id": 1001162007138185218,
"tweet_text": "Man missing after 1,000-year flood ravages Ellicott City for 2nd time in two years Good thing Trump & his quislings are taking such good care of us - What climate change?",
"class_label": "missing_or_found_people"
},
{
"tweet_id": 1001359542880538624,
"tweet_text": "#919Blog ὊC ABC11 What we know about Maryland National Guardsman missing after Ellicott City flood ” #RaleighNC #DurhamNC #RDU #Triangle #NC .",
"class_label": "missing_or_found_people"
},
{
"tweet_id": 1001927509431156736,
"tweet_text": "Family mourns death of Guardsman trying to rescue flood victim He Died as The Hero He Was Trying to Save a Woman in The Floods.",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 1001654989088022531,
"tweet_text": "Our prayers go out to everyone in Elliott City No words to describe the devastation after Ellicott City flooding in Maryland @jmbacon @Journo_Christal @USATODAY 8 Jim Lo Scalzo",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1001254722093895680,
"tweet_text": ".@concernedhigh PRAYERS FIR A NEIGHBORING MARYLAND CITY Ellicott City awash in flood waters as heavy rain drenches the Baltimore region",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1003294137335066624,
"tweet_text": "MPD 0263 N & E-CNTRL #VIRGINIA, #DC, #MARYLAND, #DELAWARE FLASH FLOODING POSS VALID TIL 0400 PM EDT COMBO OF DEEP TROPICAL MOISTURE, SURFACE FRONTAL BOUNDARY, & LOW-LEVEL CIRCULATION WILL SUPPORT LOCALIZED AREAS OF FLASH FLOODING INTO THE AFTERNOON. #WRN",
"class_label": "caution_and_advice"
},
{
"tweet_id": 1001278310142234625,
"tweet_text": "The ministry is praying for Ellicott City, Maryland, where flash floods have raged through the city.",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1002457897626791936,
"tweet_text": "RT @XNSNews: Marylands Ellicott City inundated by flash floods; crews conduct water rescues #FoxNews",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 1001211717836156928,
"tweet_text": "A flash flood emergency has been issued for Ellicott City in Howard County, Maryland. Severe flooding and water rescues have been reported in the area.",
"class_label": "caution_and_advice"
},
{
"tweet_id": 1001156790275510272,
"tweet_text": "Flash Floods Surge Through Town in Maryland, One Person Is Missing",
"class_label": "missing_or_found_people"
},
{
"tweet_id": 1001207896112234496,
"tweet_text": "RT @EricHolthaus: Two one-thousand-year floods -- in two years -- in the same town in Maryland.",
"class_label": "other_relevant_information"
},
{
"tweet_id": 1001269150600212480,
"tweet_text": "‘Catastrophic’ flash floods rip through Maryland toppling building and turning high streets into rivers #Topbuzz",
"class_label": "infrastructure_and_utility_damage"
},
{
"tweet_id": 1001204629110247424,
"tweet_text": "RT @VAPolitical: Prayers to This Beautiful Maryland Town: Downtown Ellicott City, Md., destroyed by flooding",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1001229309409820672,
"tweet_text": "I still cannot get over this flooding video. Please keep people in Baltimore County in your prayers. They are going to need a lot of support as they try to rebuild from this devastating flooding.",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1001306750270754818,
"tweet_text": "Maryland Residents in and around the affected flood areas, people on facebook are requesting for you to mark yourselves as safe & r worried.. please look for yourselves on this list so those of us who are friends with you can have peace of mind. Thank you!",
"class_label": "other_relevant_information"
},
{
"tweet_id": 1001172243605610496,
"tweet_text": "National Guardsman swept away by flash floods in Maryland after trying to rescue others: ▶ #EllicottCity",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 1002184534216118272,
"tweet_text": "@JAMSY69 @StevenBeschloss @jodotcom He never mentioned the flooding in Maryland or the fake nuclear alarm that went off in Hawaii last year either. Hes only concerned about his own little corner and his golf score. Sociopaths cant give empathy to others. It doesnt exist within them.",
"class_label": "not_humanitarian"
},
{
"tweet_id": 1001801001421156352,
"tweet_text": "Flags lowered to half-staff for Sgt. Eddison Hermond in Maryland and Howard County. Sgt. Hermond, of the Maryland National Guard, died during rescue effort in Ellicott City flood.",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 1001512894117400577,
"tweet_text": "The @usairforce veteran was last seen trying to help a woman and her cat behind a restaurant during the flooding of the county seat of Howard County, #Maryland.",
"class_label": "missing_or_found_people"
},
{
"tweet_id": 1001218367443828744,
"tweet_text": "Fort Lauderdale News Search Reviews (Flash Floods Rip Through Ellicott City, Maryland) Fort Lauderdale News -",
"class_label": "caution_and_advice"
},
{
"tweet_id": 1001819952066768903,
"tweet_text": "@JRubinBlogger And how is Trump dealing with destructive Hawaiian volcanic activity and Maryland flooding? Talking about how big and beautiful his hands are?",
"class_label": "not_humanitarian"
},
{
"tweet_id": 1001448334773575680,
"tweet_text": "Missing: Maryland National Guard Soldier Eddison Hermond .39, swept away by raging flood waters in Ellicot City, Maryland recent flood. He attempted to save a life then the floodwaters came. St. Anthony of Padua Christ Jesus hear our prayers that Eddison will be found.",
"class_label": "missing_or_found_people"
},
{
"tweet_id": 1001431515123912705,
"tweet_text": "Search Underway for Missing National Guardsman After 1,000-Year Flash Flood Tears Through Ellicott City, Maryland - by RO Water Filter",
"class_label": "missing_or_found_people"
},
{
"tweet_id": 1002038007082442757,
"tweet_text": "My thoughts and heart go out to Ellicott City, MD. So much destruction. So fast. They’ve been through this before, and they are tough and compassionate people who always have each other’s backs. I hope they get more help and aid which they need right now.",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1001520819900698624,
"tweet_text": "Heard they found the body of missing National Guard member Eddison Hermond. The 39-year old tried protecting others at a restaurant by holding doors closed during flash flooding in Ellicott City Maryland. Swept away trying to find a woman’s cat.",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 1001630164424376320,
"tweet_text": "Huge thanks to @turntospartan for their donation towards our Kibble Connection program. Nearly two tons of pet food were donated to help @mealsonwheelsmd clients. But not only did they donate food, they also helped the Maryland SPCA rescue two 4-week-old kittens! #MDSPCA",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 1001581728983531520,
"tweet_text": "RT @altUSEPA: The same devastating flooding occurred in Ellicott city just two years ago, in 2016.",
"class_label": "other_relevant_information"
},
{
"tweet_id": 1001155505459486722,
"tweet_text": "SOLDER MISSING IN FLOOD.. PRAY FOR EDDISON HERMOND! PRAY FOR ELLICOTT CITY, MARYLAND! #PrayForEddisonHermond #PrayForEllicottCity",
"class_label": "missing_or_found_people"
},
{
"tweet_id": 1002511281511776256,
"tweet_text": "A moo-ving rescue: Cow pulled from Maryland swimming pool - WTOP",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 1001285055786967040,
"tweet_text": "Please pray for The Maryland people involved in the flash floods today. ὤFὤFὤFὤF From all off us in our state groups, we are all family.",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1001831887495680000,
"tweet_text": "How can we reduce the number of overdose deaths in Maryland?",
"class_label": "other_relevant_information"
},
{
"tweet_id": 1002322285192245248,
"tweet_text": "@KevinRothWx Flash floods in Maryland Ellicott City destroyed again People have to be on roads to get to gm Me thinks ppd",
"class_label": "infrastructure_and_utility_damage"
},
{
"tweet_id": 1001323647695507457,
"tweet_text": "People in Ellicott City, Md., are surveying the damage to their homes and businesses after a historic flash flood raged through the city — the second in as many years. NPR’s Mary Louise Kelly talks with Mark Hemmis, whose restaurant Phoenix Emporium was",
"class_label": "infrastructure_and_utility_damage"
},
{
"tweet_id": 1001156365992284160,
"tweet_text": "Total disbelief. All of this rain in Maryland has now put all of Fort McHenry Tunnel under water. No traffic in or out right now. #PrayForBaltimore",
"class_label": "other_relevant_information"
},
{
"tweet_id": 1002990380483301376,
"tweet_text": "No, we dont have time. At what point is knowing destruction of the planet a crime against humanity? Class action suit becasue #ExxonKnew",
"class_label": "not_humanitarian"
},
{
"tweet_id": 1001619268687953920,
"tweet_text": "Will Trump speak first about the heroic National Guardsman who gave his life trying to soave a civilian from the Maryland floods? Or Roseanne and political correctness? Hmmmmm",
"class_label": "not_humanitarian"
},
{
"tweet_id": 1001526842233253889,
"tweet_text": "The Latest: Police say a body found in the Patapsco River has been identified as 39-year-old Eddison Hermond, the sole person reported missing following the torrential rains that prompted destructive flash flooding in a historic Maryland town.",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 1001319920318152704,
"tweet_text": "After the Floods, Locals Ask Should I Stay or Should I Go? by THE ASSOCIATED PRESS via NYT",
"class_label": "other_relevant_information"
},
{
"tweet_id": 1004392129391747073,
"tweet_text": "The aR team has been in touch with the ground team in Ellicot City(and surrounding area) who has experienced extensive flooding. We are ACTivating a team. Stay tuned for reACTion news and how you can help! You got this Maryland! ὊA",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 1002369904010412032,
"tweet_text": "Its not getting better: Storms hit Ellicott City, Catonsville days after devastating floods |",
"class_label": "other_relevant_information"
},
{
"tweet_id": 1001177309406212096,
"tweet_text": "Two Catastrophic Floods in Two Years. Why? Sadly, the US will face many more of these events in coming years because government refuses to invest in infrastructure, instead giving ever increasing tax cuts to the rich. From The Weather Channel iPhone App",
"class_label": "not_humanitarian"
},
{
"tweet_id": 1001596547358973952,
"tweet_text": "It takes 1.2 secs to retweet and help find missing NAEEMAH ROCHON, 15 yrs old, from Laurel, Maryland missing since May 31, 2014.",
"class_label": "missing_or_found_people"
},
{
"tweet_id": 1001291729193062402,
"tweet_text": "I think what you mean to say is Due to the flash floods that are ravaging Maryland I have been working with Governor Hogan to ensure that the people have all the help they need from the Federal Government. We are with the people of Maryland and hoping they are safe and healthy.",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1002453898047705088,
"tweet_text": "A moo-ving rescue: #Cow pulled #LifeStyle #LivingNews #LocalNews #MarylandNews #News #PressReleases",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 1001627690091376642,
"tweet_text": "@AsteadWesley @KathyC1948 Flooding in Maryland. Have they found the lost man helping older lady rescue her kitten? Praying.",
"class_label": "missing_or_found_people"
},
{
"tweet_id": 1001155756371136513,
"tweet_text": "RT @TIME: Police searching for missing person after devastating 1,000-year flood in Ellicott City, Maryland",
"class_label": "missing_or_found_people"
},
{
"tweet_id": 1001407902194786304,
"tweet_text": "Tweets from @realDonaldTrump in the last two days: 16 Tweets about flooding in #Maryland: 0",
"class_label": "not_humanitarian"
},
{
"tweet_id": 1001530871520874499,
"tweet_text": "A National Guard Member Died While Trying To Help Rescue Someone During The Maryland Flash Floods",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 1001809451467321344,
"tweet_text": "After pair of 1-in-1000 year floods, a town seeks safeguards Associated Press - 30 May 2018 06:01-04:00 Copyright 2018 The Associated Press. All rights reserved. This material may not be published, broadcast, rewritten or",
"class_label": "not_humanitarian"
},
{
"tweet_id": 1001904243505287169,
"tweet_text": "2 years ago, floods hit #EllicottCity, the same area in Maryland that flooded Sunday. That event was called a 1,000-year flood & early reports say this year’s damage to infrastructure is far worse. How should #stormwater design prepare for atypical storms?",
"class_label": "infrastructure_and_utility_damage"
},
{
"tweet_id": 1002964486448402432,
"tweet_text": "We are working with @i5CHURCH to provide necessary supplies for local businesses that are affected by the recent flooding in Maryland. Thanks to our friends and partners, we are able to be a #HandOfHope to those in need! #GiveHope #ShareChristLovePeople",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 1001215935338827778,
"tweet_text": "Also I ask that everybody keep the people of Ellicott City Maryland in your prayers given the torrential floods that have devastated the area.",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1001143679267098624,
"tweet_text": "Monday May 28 - Morning Report: National Guardsman missing after monstrous floods sink Maryland town; Trump visits Arlington after critics slam appalling Memorial Day tweet Via @nypost",
"class_label": "missing_or_found_people"
},
{
"tweet_id": 1002454785923141632,
"tweet_text": "RT @APSouthRegion: Ellicott City, Maryland, is bracing for more rain and the possibility of more flooding as storms approach. /",
"class_label": "caution_and_advice"
},
{
"tweet_id": 1001204879178850304,
"tweet_text": "We spoke with the Howard County Executive on the damage from the #EllicottCity flooding yesterday..he says its worse than the 2016 floods. @JVPStorm is following the story from Maryland",
"class_label": "other_relevant_information"
},
{
"tweet_id": 1001358046231257088,
"tweet_text": "Man missing after Maryland flash flood was helping woman rescue her cat #AGENDA21 #SUSTAINABILITY",
"class_label": "missing_or_found_people"
},
{
"tweet_id": 1001534344480153600,
"tweet_text": "True heroism is answering the call of duty whether or not you are in uniform. Maryland National Guardsman Eddie Hermond was as heroic as they come. His passing is a tragedy. Sgt. Hermonds family is in my thoughts, and I pray their grief is met with an outpouring of love.",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1002164233449168897,
"tweet_text": "@GetalongDRescue Maryland. Here is Dante a rescue from #Arkansas",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 1001538479212367872,
"tweet_text": "#Maryland as you are clearing debris and cleaning up after flooding be sure to make #safety your first priority, some very good tips can be found below #DAFN #elderly #seniors #disabled #recovery",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 1001207264093593601,
"tweet_text": "A state of emergency is in effect in a historic Maryland city after powerful flash flooding devastated its downtown. The water neared the second floor of buildings and swept away cars",
"class_label": "caution_and_advice"
},
{
"tweet_id": 1002134626993778689,
"tweet_text": "The Maryland Flooding Is a Warning: The Danger Is Rain, and We’re Making It Worse",
"class_label": "caution_and_advice"
},
{
"tweet_id": 1001498013334953984,
"tweet_text": "It always amazes me how movies never capture what real destruction looks lik, and just how surreal it all is",
"class_label": "not_humanitarian"
},
{
"tweet_id": 1001164079187267585,
"tweet_text": "@DieRobinsonDie I just stumbled over you and followedomg, dude, I am soso sorry you got caught up in the flooding, but glad you are safe Im in Maryland, Cecil Co, near the Conowingo Dam, so we are familiar with crazy flooding when they open the gates..terrible",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1001439980995178496,
"tweet_text": "RT @AMHQ: Were surveying the flooding damage in Ellicott, Maryland LIVE all morning:",
"class_label": "infrastructure_and_utility_damage"
},
{
"tweet_id": 1002306373382594560,
"tweet_text": "Wow! This is Maryland. Ellicott City, MD - founded 1772. The first railroad ran from Baltimore to Ellicott City. Old Quaker village. Babe Ruth was married there. Tongue Row. Historic city. There have been 16 major floods in Ellicott City over the last 201 years.",
"class_label": "other_relevant_information"
},
{
"tweet_id": 1003369765539405826,
"tweet_text": "@TonyPannWBAL The previous scenario that caused the flooding in Ellicott City was an irregular setup. This one today seems odd for Maryland, also. The terrible outcome is that both weather events affected pretty much the same areas, correct?",
"class_label": "other_relevant_information"
},
{
"tweet_id": 1001177474401755137,
"tweet_text": "Cleanup Underway In Ellicott City And Other Parts Of Maryland After Floods GII",
"class_label": "other_relevant_information"
},
{
"tweet_id": 1001444960053415936,
"tweet_text": "My thoughts and prayers go out to the citizens of Ellicot City, Maryland, especially the Entire @cwsynergy FamilyIt just occured to me that they are affected by the devastation caused by the flooding.Sending you all Blessings, Prayers and a Speedy Recovery.",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1001173967179218945,
"tweet_text": "Hope everyone in the Baltimore area stays safe, I cant believe how destructive this flood has been!",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1001241227818405888,
"tweet_text": "An Army national guard volunteered to help a woman during a flood in Maryland. Now, he’s missing.",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 1001301649732681728,
"tweet_text": "RT @shockingguy: Horrific Flooding in Ellicot City Maryland #EllicotCity Watch @trim_reafers broadcast: ἰAἰAἰAἰAἰA",
"class_label": "other_relevant_information"
},
{
"tweet_id": 1001289525270757376,
"tweet_text": "A man who went missing after flash flooding hit a central Maryland city was trying to help a woman rescue her cat amid the rising waters.",
"class_label": "missing_or_found_people"
},
{
"tweet_id": 1001141769155891201,
"tweet_text": "Watch Live: Aerials of damage after historic flash flooding in Ellicott City, Maryland.",
"class_label": "infrastructure_and_utility_damage"
},
{
"tweet_id": 1002184395334275073,
"tweet_text": ".@HoCoGovExec, @HoCoGov holding press conference today on how theyre preparing #EllicottCity to deal with possible new flooding given new threats of heavy rain #ECFlood",
"class_label": "caution_and_advice"
},
{
"tweet_id": 1001197466123980800,
"tweet_text": "Army National Guardsman missing after flash flooding strikes Ellicott City, Maryland for second time in two years --",
"class_label": "missing_or_found_people"
},
{
"tweet_id": 1001173231062126592,
"tweet_text": "#INPICTURES:Flash flooding in Maryland:",
"class_label": "caution_and_advice"
},
{
"tweet_id": 1001466003451244545,
"tweet_text": "One man missing after devastating flash floods in Maryland - : NBC 10 Philadelphia One man missing after devastating flash floods in Maryland The missing man - 39-year-old Eddison Hermond - was last seen",
"class_label": "missing_or_found_people"
},
{
"tweet_id": 1001537043493777409,
"tweet_text": "Our heartfelt condolences to the loved ones of Sgt. Eddison. Team @ISS_USA sends healing thoughts to all impacted by the recent flooding in Ellicott City and other parts of our beloved state of Maryland. #EllicottCityFlood #Maryland #DisasterRecovery",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1001221587008409610,
"tweet_text": "Prayers going out to all the families affected by the floods in Maryland ὤFἿFὤFἿF",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1003339760633556995,
"tweet_text": "@mom2vanessa @AngelaN48 @poconoraceway Its has been raining HARD here all day already have street flooding not going to be a good day here in Maryland and DC",
"class_label": "other_relevant_information"
},
{
"tweet_id": 1001432796978667520,
"tweet_text": "Memorial Day weekend floods ravage Maryland town",
"class_label": "infrastructure_and_utility_damage"
},
{
"tweet_id": 1001136950345109510,
"tweet_text": "State of emergency declared for Maryland flooding: via @YouTube",
"class_label": "caution_and_advice"
},
{
"tweet_id": 1001225929203634176,
"tweet_text": "RT @WeatherNation: Jaw-dropping video of the flash flooding in downtown Ellicott City, Maryland yesterday.",
"class_label": "other_relevant_information"
},
{
"tweet_id": 1001245096690450438,
"tweet_text": "Good News: Most Beautiful Place, HdG Shines Blue, Duckling Rescue",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 1001554055917916161,
"tweet_text": "Maryland will always be my home. Thoughts and prayers to those impacted by the flooding and to the heroes working to help them.",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1001572908588781568,
"tweet_text": "I hope everyone’s good frὊF",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1001243494701195264,
"tweet_text": "STATES OF EMERGENCY: An urgent search is on for a National Guardsman last seen swept away in flash floods while trying to help others in Ellicott City, Maryland, as dangerous rainmakers threaten millions up and down the East Coast. @David_Kerley reports.",
"class_label": "missing_or_found_people"
},
{
"tweet_id": 1001774767018598401,
"tweet_text": "DEVELOPING: Flash flooding, water rescues reported in Maryland as heavy rain soaks much of the state. Video shows water rushing down Main Street in Ellicott City, just outside Baltimore. Its the same street devastated by flash flooding in July 2016.",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 1001522378017595392,
"tweet_text": "RT @JaimeMarieBerg: UPDATE: Body identified as missing veteran who was swept away in flash flooding in Maryland. #9news",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 1001230765739343874,
"tweet_text": ".@jeffpeguescbs what causes that floods? How does 10 of rain translate into such a disaster in Maryland?",
"class_label": "other_relevant_information"
},
{
"tweet_id": 1001171005673324544,
"tweet_text": "Maryland county grapples with devastation left behind by flash flood- County is falsely proud of rebuilding and new businesses put at risk of flooding, because the did nothing to address drainage issues! Malfeasance in part of government officials.",
"class_label": "infrastructure_and_utility_damage"
},
{
"tweet_id": 1001488104446885888,
"tweet_text": "RT @arirangtvnews: ▪ MARYLAND FLOOD Devastating #flood hits Ellicott City, #Maryland, one missing",
"class_label": "missing_or_found_people"
},
{
"tweet_id": 1001460350691172353,
"tweet_text": "@DrewMacFarlane National Guard Member Missing After Floods Devastate Ellicott City, Maryland via @nbcwashington",
"class_label": "missing_or_found_people"
},
{
"tweet_id": 1001255802286559240,
"tweet_text": "A man remained missing Monday after flash flooding tore down a historic main street in a picturesque Maryland town and left a community heartbroken at seeing more devastation less than two years after rebuilding from another massive flood. Story:",
"class_label": "missing_or_found_people"
},
{
"tweet_id": 1001141195576258562,
"tweet_text": "#Trump #Coal #FossilFuels Flash floods rip through Ellicott City, Maryland",
"class_label": "other_relevant_information"
},
{
"tweet_id": 1001269753045028864,
"tweet_text": "#Flashflood tears out street poles on #EllicottCity street A flash flood devastated the main street in Ellicott City, #Maryland, just two years after another devastating flooding event hit the Baltimore suburb.",
"class_label": "infrastructure_and_utility_damage"
},
{
"tweet_id": 1001821646007697413,
"tweet_text": "A lot of businesses in Maryland were heavily impacted by the heavy rain and flood damage from last weeks storms. Tax relief may be available, MD SDAT encourages residents to apply. For more information visit",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 1001239391824736257,
"tweet_text": "Praying for #MarylandFlooding victims.",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1003159305959428096,
"tweet_text": "MPD 0261 SE #PENNSYLVANIA, N #DELAWARE INTO #MARYLAND, #DC & CNTRL/E #VIRGINIA FLASH FLOODING POSSIBLE VALID TIL 0510 AM EDT ADDITIONAL FLASH FLOODING WILL BE POSSIBLE OVER THE NEXT FEW HOURS. AN ADDITIONAL 2-4 IN WILL BE POSSIBLE ON TOP OF SATURATED SOILS",
"class_label": "caution_and_advice"
},
{
"tweet_id": 1001264739765415936,
"tweet_text": "Ocean Sciences Article of the Day - Man missing after Maryland flash flood was helping woman rescue her cat (The Guardian)",
"class_label": "missing_or_found_people"
},
{
"tweet_id": 1001543950845468672,
"tweet_text": "The body of 39-year-old Eddison Hermond was found by searchers scouring the riverbed near a historic Maryland town that has been ravaged by destructive flash flooding.",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 1001528524396777475,
"tweet_text": "Whoa. I’m just now getting to check out the videos from all the flooding in Maryland ὣ3 my thoughts are with everyone in the area.",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1001141289323319300,
"tweet_text": "Ur in prayers evidently he was badass that lookd out 4 others. God Bless him yall Im so sorryEllicott City, Maryland flash floods leave National Guard member missing, devastate town recovering from 2016 deluge %s",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1001542560869994496,
"tweet_text": "UPDATE: Boy found of man who disappeared amid Maryland flooding",
"class_label": "missing_or_found_people"
},
{
"tweet_id": 1001193418113118211,
"tweet_text": "It was a pretty chaotic scene when we arrived on scene. We had multiple people trapped in vehicles and in buildings. They were obviously our first priority, first responder says on rescue efforts in Ellicott City, Maryland",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 1001296492546658305,
"tweet_text": "RT @disasteraware: #FLOOD New Alert: Flooding - Maryland, United States, Severity: WARNING",
"class_label": "caution_and_advice"
},
{
"tweet_id": 1002872971277553664,
"tweet_text": "Flooding And Rising Seas Threaten Americas Oldest Farmland Some of the oldest farmland in America is on the Eastern Shore of Maryland. But as sea levels rise, saltwater is killing crops and threatening a way of life. June 02, 2018 at 03:58AM",
"class_label": "infrastructure_and_utility_damage"
},
{
"tweet_id": 1001141041926492161,
"tweet_text": "Floods in Maryland oh my,lets hope everyone and all the animals are safe,objects can be replaced,people and animals cannot.",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1001514373205151745,
"tweet_text": "Still awaiting identification, but Sgt. Eddison Hermond of the Maryland Army National Guard had been missing in the aftermath of the terrible flooding in Ellicott City. He was helping a woman rescue her cat when witnesses say he went under the water and didnt resurface.",
"class_label": "missing_or_found_people"
},
{
"tweet_id": 1001646864742072321,
"tweet_text": "They will probably receive more aid than all of Puerto Rico.",
"class_label": "other_relevant_information"
},
{
"tweet_id": 1002437700664913920,
"tweet_text": "Our thoughts and prayers to the people in Maryland who are experiencing catastrophic flood damage due to torrential downpours.",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1001484056637394946,
"tweet_text": "Guardsman reported missing in raging flood waters that washed out parts of Maryland:",
"class_label": "missing_or_found_people"
},
{
"tweet_id": 1001625086049300480,
"tweet_text": "Heartbreaking. Sgt. Eddison Hermond’s bravery and sacrifice to help someone in need is a testament to what wonderful, selfless man he must have been. My thoughts and prayers are with his family, friends, and community.",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1001165202870751233,
"tweet_text": "RT @jessphoenix2018: Hang in there, #Maryland friends! Ὁ9 These are devastating flood waters. #climatechange #ClimateChangeIsReal",
"class_label": "other_relevant_information"
},
{
"tweet_id": 1002332657576022018,
"tweet_text": "Flash floods ripped through Ellicott City, Maryland, on Sunday, toppling buildings and upending cars, as the nearby Patapsco River swelled to a record-breaking level. The devastation comes barely two years after the last flood that ravaged the city.",
"class_label": "infrastructure_and_utility_damage"
},
{
"tweet_id": 1001204254302859264,
"tweet_text": "#MemorialDay. #America. @USArmy @USAirForce @USNavy @USMC @USCG @NationalGuard We Dont Leave Anybody Behind. #EddisonHermond * #Veteran: A8#USAirForceA8 * A8#NationalGuardA8 * Aiding in #Rescue of #Cat * #MIA in #MarylandFlooding",
"class_label": "other_relevant_information"
},
{
"tweet_id": 1004054229462503424,
"tweet_text": "RT @SimplySelvinn: Simple RT can help find my little cousin.. missing in Maryland",
"class_label": "missing_or_found_people"
},
{
"tweet_id": 1001275888409997312,
"tweet_text": "God bless this kind man..i hope so much some way he is found alive. Rescuers seek 1 man still missing after Maryland flash flood",
"class_label": "missing_or_found_people"
},
{
"tweet_id": 1002988319159005184,
"tweet_text": "WEATHER ALERT: Flood Warning issued for parts of Prince Georges and Charles counties in Maryland. Flash flooding reported in PG County",
"class_label": "caution_and_advice"
},
{
"tweet_id": 1001306040636510208,
"tweet_text": "I added a video to a @YouTube playlist Caught on cam: Cars swept by flash floods in Ellicott City, Maryland",
"class_label": "not_humanitarian"
},
{
"tweet_id": 1001298205366280196,
"tweet_text": "After heavy rain and flooding across our region yesterday, please stay safe around flooded areas. Follow guidance from your local officials and stay away from flood waters",
"class_label": "caution_and_advice"
},
{
"tweet_id": 1004057889705680896,
"tweet_text": "Thanks to our friends & partners, we were able to help @GodsPitCrew purchase a new semi-truck! This will make it even easier to provide much-needed relief & supplies following disasters. Currently, they are on site in Maryland helping the community & those impacted by flooding!",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 1001535177670168576,
"tweet_text": "According to the #Dotard #tRUMP #ClimateChange is a hoax perpetrated by the Chinese. Meanwhile in the real world where #FactsAndScienceMatter, #Maryland is hit with catastrophic flooding #GlobalWarmingᾑ4 #ClimateChangeIsANationalSecurityIssue #StupidtRump",
"class_label": "not_humanitarian"
},
{
"tweet_id": 1001251539225325569,
"tweet_text": "Eddison Hermond, a National Guard sergeant who is believed to have been swept away while helping a woman find her cat during Ellicott City flooding, is still missing",
"class_label": "missing_or_found_people"
},
{
"tweet_id": 1002846361941770240,
"tweet_text": "Following the devastating flash floods in Maryland, weve created a centralized hub for the verified GoFundMes that are providing relief. Heres how to help:",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 1001515175609094145,
"tweet_text": "Please pray with us for the people of Ellicott City, Maryland who were impacted by devastating floods over the weekend. We are reaching out to local leaders at this time. #Pray #Maryland",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1003392818881220609,
"tweet_text": "Piney Run swollen and flowing under Marriottsville Rd in Marriottsville MD. Lapping against the sides of the bridge and flooding Marriottsville Rd No. 2. #pineyrun #mdweather #marriottsvillemd #mdwx #mdweather #mdtraffic #maryland #marylandweather",
"class_label": "other_relevant_information"
},
{
"tweet_id": 1001360541607170048,
"tweet_text": "Why does Ellicott City, Maryland, keep flooding? Meteorologist DomenicaDavis gives the two main reasons:",
"class_label": "other_relevant_information"
},
{
"tweet_id": 1001585963603116032,
"tweet_text": "@BaggaBrigade @DUBYA_BLOCKED @GrouchoG @aliasvaughn @realDonaldTrump And? You post a lot of UTTERLY irrelevant nonsense. Repubs are the PSYCHOTIC anti-science indoctrinators these days. Must be a Chinese hoax that caused TWO 1000-year floods in Endicott MD, eh?",
"class_label": "not_humanitarian"
},
{
"tweet_id": 1001550919056740352,
"tweet_text": "I have lived there and have so many great memories of the city and Main Street. Two 1,000 year floods in two yearsheartbreaking.",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1001809604194525184,
"tweet_text": "Are we gonna die, maam?: Frantic 911 calls released after flooding in Ellicott City, Maryland",
"class_label": "other_relevant_information"
},
{
"tweet_id": 1004007733165789186,
"tweet_text": "local sherrifs gave an active shooter presentation that got under my skin a lil, here were the takeaways: Active shooter incidents are a when not if now maryland gun laws are too restrictive (HA) Narc on everyone The only victims are the ones that die/are injured",
"class_label": "not_humanitarian"
},
{
"tweet_id": 1002565671476170753,
"tweet_text": "Firefighters rescue cow that got stuck in a swimming pool in Maryland. #NBCCT",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 1001255255550537728,
"tweet_text": "@LouisLeoIV @naomirwolf @DanPeacock12 @OpChemtrails @SteerMark @Surfhempster @AdolfTwittler8 @Kal1_Furies @AzSkyWatcher @monarchbus @lbox327 @rezn8d Making the weather. making the rain I’m curious to know what Maryland’s sky looked like before the horrible flooding they just had guaranteed that was NOT Mother Nature",
"class_label": "not_humanitarian"
},
{
"tweet_id": 1001155973187162112,
"tweet_text": "Maryland Hit By Catastrophic Flash Flooding, Second Time in Two Years via @YouTube",
"class_label": "infrastructure_and_utility_damage"
},
{
"tweet_id": 1001158582619000833,
"tweet_text": "National Guardsman missing after flash flooding devastates Ellicott City, Maryland: ‘I’m hopeful that he’ll be OK’",
"class_label": "missing_or_found_people"
},
{
"tweet_id": 1001614473415876608,
"tweet_text": "We pray for those affected by flash floods in Ellicott City, Maryland, and all people facing extreme weather. May they receive protection and help. #BPTPrayer #TheFaceofPrayer",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1001511997437956096,
"tweet_text": "As anthropogenic climate change influences the future probabilities of catastrophic rain events like the one that devastated Ellicott City over the weekend, people in many parts of the world will probably soon find themselves asking the same question.",
"class_label": "other_relevant_information"
},
{
"tweet_id": 1001844796875530240,
"tweet_text": "As part of an employee’s Workers’ Compensation benefits in Maryland, an injured worker is entitled to vocational",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 1001310918800748544,
"tweet_text": "@FoxNews Donate the proceeds to clothing of the people in Maryland whove lost everything in floods.",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 1001231015275311105,
"tweet_text": "RT @FriendEden100: Climate Change: Maryland Governor Declares State of Emergency After 6 Hours Of Heavy Rain Caused Severe Flash Floods htt",
"class_label": "caution_and_advice"
},
{
"tweet_id": 1002437452412456960,
"tweet_text": "‘More #Media Lies’ Ellicott City HAS had massive floods – their worst one occurring 150 years ago, with a 40-foot wall of water.” But according to climate change fools at USA Today, that was more than 1,000 years ago: #flooding #news #tcot #maga #CA",
"class_label": "other_relevant_information"
},
{
"tweet_id": 1001212543686279168,
"tweet_text": "Prayers for the people affected by the flooding in Ellicott City. We drove down this street every Sunday to go to St. Paul’s church, every Monday to go to my violin lessons, and fortunately less frequently to go to the dentist. My heart breaks for them.",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1001278143594975232,
"tweet_text": "Flash flooding reported in Maryland as heavy rain soaks area - ABC News - via @ABC",
"class_label": "other_relevant_information"
},
{
"tweet_id": 1001818009525043200,
"tweet_text": "This Maryland city has had 2 1,000 year floods in 2 years. Friends, it is time to #ActOnClimate and continue the fight.",
"class_label": "not_humanitarian"
},
{
"tweet_id": 1001166979074412544,
"tweet_text": "Emergency workers are searching for 39-year-old Eddison Hermond in Ellicott City, which was hit hard Sunday evening by flash flooding from an intense rain storm.",
"class_label": "missing_or_found_people"
},
{
"tweet_id": 1001894052759994368,
"tweet_text": "Authorizing the National Guard to respond to Ellicott City, Maryland tonight where flash floods have inundated the town. Residents should stay in their second stories until rescuers can safely respond. Video via @JeremyHarrisTV",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 1001138377717157888,
"tweet_text": "WATCH: 1 missing after flash #FLOODING devastates Ellicott City, Maryland #GPWX",
"class_label": "missing_or_found_people"
},
{
"tweet_id": 1001800651268087808,
"tweet_text": "RT @TearsaSmith: Hero. Died trying to save a woman and her cat during flash flooding.",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 1003768371484286976,
"tweet_text": "RAIN IMPACTING CROPS: The Maryland Secretary of Agriculture says hes been receiving reports of crop damage from nearly every shore county.",
"class_label": "infrastructure_and_utility_damage"
},
{
"tweet_id": 1001476665527152641,
"tweet_text": "Alberto lingers amid Maryland floods and record highs in Midwest - ABC News - via @ABC. What a Fucking Nightmare!",
"class_label": "other_relevant_information"
},
{
"tweet_id": 1001177250824417287,
"tweet_text": "An 8-lane bridge in Minnesota collapsed on August 1, 2007. The replacement bridge opened on September 19, 2008.",
"class_label": "infrastructure_and_utility_damage"
},
{
"tweet_id": 1001642898268524544,
"tweet_text": "Ellicott City shop owner says missing Guardsman was trying to save her when he was swept away in flood",
"class_label": "missing_or_found_people"
},
{
"tweet_id": 1002298700968972288,
"tweet_text": "JUST IN: Flash Flood Warning issued for Frederick, Washington counties in Maryland, and Fauquier and Loudoun counties in Virginia until 8:15 pm #fox5dc",
"class_label": "caution_and_advice"
},
{
"tweet_id": 1002304331956277251,
"tweet_text": "@queenofspades00 We in Baltimore, Maryland are praying for sunshine. We have had floods all month long",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1001444922552193024,
"tweet_text": "RT @BethQuarterman7: National Guard member missing after flash flooding strikes Maryland city. Please pray #PrayforMilitary",
"class_label": "missing_or_found_people"
},
{
"tweet_id": 1001879962394050560,
"tweet_text": "Eight tweets today. Zero about the heroic National Guardsman who died tried to save a woman during the Maryland floods.",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 1001276312235970560,
"tweet_text": "#NationalGuard member and #AirforceVeteran #EddisonHermond is missing while doing rescue work in devastating historic flood in Maryland. Reportedly he was helping a woman find her lost pet. #PrayforEddison",
"class_label": "missing_or_found_people"
},
{
"tweet_id": 1001359049089265664,
"tweet_text": "Maryland county grapples with devastation left behind by flash flood One man remained missing after flash flooding tore down historic Main Street in Ellicott City, Maryland.",
"class_label": "missing_or_found_people"
},
{
"tweet_id": 1001243641820610560,
"tweet_text": "This is my Town. Always the victim to natural forces while lacking the infrastructure changes and drainage re-direction and disbursement. My driveway was under a foot of raging water. Could not see the grass for the racing food water.",
"class_label": "infrastructure_and_utility_damage"
},
{
"tweet_id": 1001172171463553027,
"tweet_text": "I liked a @YouTube video Elderly Woman Taken to Higher Ground as Flash Floods Hit Ellicott City, Maryland",
"class_label": "other_relevant_information"
},
{
"tweet_id": 1001302933521170432,
"tweet_text": "Historic city in Maryland is devastated by extreme flash floods",
"class_label": "infrastructure_and_utility_damage"
},
{
"tweet_id": 1002252297655775232,
"tweet_text": "@paigelav @paigelav REMINDER to our World Leaders #ClimateChangeIsReal #earthquake #fire #tsunami #tornado #typhoon #flood #flooding in North Carolina, Maryland, Puerto Rico, CA. & many more disasters cause everything on earth easily wiped out, so before its too late #CLIMATE ACTION NOW!",
"class_label": "not_humanitarian"
},
{
"tweet_id": 1001425745464512512,
"tweet_text": "One of the richest counties in America, in one of the richest states in America, has allowed a precious historic town to be destroyed because too many people wanted to live in brand new houses on the hills above it and nobody would tell them no.",
"class_label": "not_humanitarian"
},
{
"tweet_id": 1001668289611919364,
"tweet_text": "VibeMagazine: Authorities in Maryland recover body of missing man who died while rescuing woman from flash flood",
"class_label": "missing_or_found_people"
},
{
"tweet_id": 1001484932341010432,
"tweet_text": "if any Maryland residents want to thank someone for this, thank @GovLarryHogan and his anti-tax, anti-planned-development crusade #electionsmatter #elections2018",
"class_label": "not_humanitarian"
},
{
"tweet_id": 1001456447245336576,
"tweet_text": "Flash Flooding Wreaks Havoc In Ellicott City¸ Maryland",
"class_label": "infrastructure_and_utility_damage"
},
{
"tweet_id": 1001197004247183361,
"tweet_text": "In Maryland, Ellicott City Gets Hit By Devastating Flash Floods, Again via @NPR",
"class_label": "other_relevant_information"
},
{
"tweet_id": 1001427955741089792,
"tweet_text": "Tuesday May 29 - Morning Update: A National Guard member helping a woman during the Maryland floods has gone missing; The UK government is set to change the law after menstruating women were left to bleed in police custody Via @BuzzFeedNews @elamin88",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 1001243460010115072,
"tweet_text": "Thoughts and prayers are with you all. Ὁ4Ὁ4",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1001259874360201217,
"tweet_text": "The governor of Maryland declared a state of emergency after severe flash floods",
"class_label": "caution_and_advice"
},
{
"tweet_id": 1001547832598417410,
"tweet_text": "Oh no! May my thoughts, praying, condolences goes to him, his family and friends. So terribly sorry!",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1002038831728574466,
"tweet_text": "Everything went out the door in two seconds. Hundreds of people affected by the devastating floods in Ellicott City, Maryland, gathered Wednesday to learn about the disaster assistance they can get.",
"class_label": "other_relevant_information"
},
{
"tweet_id": 1003624401420423169,
"tweet_text": "A look at the devastating flooding from Ellicott City, Maryland and how a thousand year flood can happen again, only 2 years apart:",
"class_label": "infrastructure_and_utility_damage"
},
{
"tweet_id": 1001251366201937921,
"tweet_text": "39-year-old Eddison Hermond of Severn, Maryland, was last seen trying to help a woman rescue her cat behind a restaurant while churning, brown waters ripped through Ellicott City’s flood-prone downtown.",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 1002964603213496320,
"tweet_text": "⚠️Storms and downpours are forecast to develop across #Maryland from Tomorrow morning, creating more risks of dangerous flash #flooding less than a week after a deluge killed one person and caused widespread damage from #EllicottCity to #Baltimore.",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 1001153671726555137,
"tweet_text": "Pray for this man and his family as he is missing after yesterday disastrous flood in Ellicott City #ECstrong",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1001161182366126081,
"tweet_text": "During the devastating Maryland flash floods, witnesses said Eddison Alexander was swept away while helping a woman cross the waters in Ellicott City",
"class_label": "missing_or_found_people"
},
{
"tweet_id": 1002014344601890816,
"tweet_text": "Read more about the heavy rain that brought significant flooding to central Maryland here:",
"class_label": "other_relevant_information"
},
{
"tweet_id": 1002580599054503938,
"tweet_text": "This cow couldnt mooooove after getting stuck in a swimming pool in Maryland. Firefighters came to the rescue:",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 1001224188001218560,
"tweet_text": "And here we go! Much of the Ohio Valley including #Cincinnati, #WestVirginia and #Maryland are in for a soaking thanks to Subtropical #Alberto with rain & storms for much of this week! Enjoy the #MemorialDay ☀️ as we’ve got ἲ7 & ⛈ with periods of heavy rain ahead! #WVWX #OHWX",
"class_label": "other_relevant_information"
},
{
"tweet_id": 1001641574391009281,
"tweet_text": "RIP and thank you for all of service. Police have found the body of Eddison Hermond, who braved devastating flash floods in Ellicot City, Maryland to help save a neighbor.",
"class_label": "missing_or_found_people"
},
{
"tweet_id": 1002889634702069760,
"tweet_text": "@AACOPD #LivePDNation Please keep our hero National Guard soldier Eddison Hermonds family in your prayers. He died during the floods trying so save a woman in Ellicott City Maryland. ὤFA8",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1001951204660965376,
"tweet_text": "Very sad story, but a reminder that the brave men & women in our armed forces dont just battle enemies of the USA in foreign lands, they also work hard to help with disasters of all sorts like the flooding in Maryland and elsewhere. Thankful for their service.",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1001255750839291905,
"tweet_text": "Sounds awfully familiar-how many 1-in-1000 floods do we need to have before we realize we’ve screwed up? Why a 1-in-1,000-year rain event devastated Ellicott City, Maryland — again via @USATODAY",
"class_label": "not_humanitarian"
},
{
"tweet_id": 1001870066000986113,
"tweet_text": "Federal mapmakers who ignore the impact of the built environment when they create #flood maps make a critical mistake, said #planning prof Sam Brody in an article about May 27 flash floods in #Maryland. #TAMU",
"class_label": "other_relevant_information"
},
{
"tweet_id": 1002969910631456769,
"tweet_text": "Heavy rainfall expected over the next day or two as a flash flood watch is up over the entire area. Already seeing heavy rain over the last hour (12:45PM - 1:45PM) alone in southern Maryland and near Salisbury. #mdwx",
"class_label": "not_humanitarian"
},
{
"tweet_id": 1004322240589193217,
"tweet_text": "UNITED HELP, INCORPORATED McPeeks Helping Hands And Terri McPeeks Pet Rescue United Help, Incorporated, Is a Maryland Domestic 501(c)(3) Tax Status Youth Guidance Program Designed to Curb Drug Addiction and",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 1001515377938092032,
"tweet_text": "Body found in Patapsco River days after Ellicott City flooding via @WUSA9",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 1001291522136932353,
"tweet_text": "Third, I will pray & if you can as well pray that people in Ellicott City, Maryland will find Eddison Hermond alive if at all possible. He was a national guardsmen who was helping someone’s pet when he was swept away by torrential floods that—",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1003648875402547200,
"tweet_text": "Female Injured After Grease Fire in Lexington Park | Southern Maryland News Net",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 1004098032621838343,
"tweet_text": "Well, and Maryland’s governor Hogan is being criticized for having done away with the rain tax.” Flooding in Ellicott City built on a flood plain is now Republicans fault. Can we work Trump into the blame game?",
"class_label": "not_humanitarian"
},
{
"tweet_id": 1001208003285192704,
"tweet_text": "Sgt. Eddison Hermond is missing after being swept away by historic flooding in Ellicott City, Maryland. Witnesses say he was trying to help a woman rescue her cat",
"class_label": "missing_or_found_people"
},
{
"tweet_id": 1001336319732277249,
"tweet_text": "Flash floods again rip through Ellicott City, Maryland. Maryland Gov. Larry Hogan declared a state of emergency Sunday in Howard County. Alberto could contribute additional flooding in the next few days.",
"class_label": "caution_and_advice"
},
{
"tweet_id": 1001280784261566464,
"tweet_text": "In Maryland, Ellicott City Gets Hit By Devastating Flash Floods, Again: People in Ellicott City, Md., are surveying the damage to their homes and businesses after a historic flash flood raged through the city — the second in as many years. NPRs Mary",
"class_label": "infrastructure_and_utility_damage"
},
{
"tweet_id": 1001431019420086273,
"tweet_text": "It just breaks your heart seeing the residents of historic #EllicottCity have to dig out from devastating #flooding for second time in recent years",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1001137334056833024,
"tweet_text": "Other parts of Maryland also saw significant damage from Sundays storms including this Baltimore city neighborhood, #Dundalk and #Catonsville. Rain totals spanned from 1 to 10 inches across Maryland: #ECFlood",
"class_label": "infrastructure_and_utility_damage"
},
{
"tweet_id": 1001482563880398850,
"tweet_text": "Devastating floods in Maryland with one reported missing hero Prayers",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1001174101300400128,
"tweet_text": "Ay so where those floods happening at in Maryland ᾑ4 any of that near downtown or Owings Mills?? ᾑ4ᾑ4ᾑ4",
"class_label": "other_relevant_information"
},
{
"tweet_id": 1002331628369215489,
"tweet_text": "#Alerts-Flash Flood Warning until 9:30pm for portions of #Baltimore & #Howard counties in Maryland. The worst of the rain has been south of the warning area. Plus the storms are moving east at 30 mph and not sitting in place. #mdwx @WMAR2Weather @WMAR2News",
"class_label": "caution_and_advice"
},
{
"tweet_id": 1002209810912305154,
"tweet_text": "RT @cellvids: Ellicott City, Maryland keeps flooding. And they keep rebuilding it.",
"class_label": "other_relevant_information"
},
{
"tweet_id": 1001239112442109952,
"tweet_text": "RT @umterps: Sending our thoughts to the people of Ellicott City, Howard County and throughout the Maryland area after yesterday’s devastat",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1001165784016674817,
"tweet_text": "Its even worse: Ellicott City, Maryland, recovering from 2016 flood, hammered again #flooding 25- to 30-ft-wide hole N of Main Street, ground and road buckled. utilities off, water ran thru bldgs, Patapsco River up 17.8 ft in 2 hrs, Sunday, record level",
"class_label": "infrastructure_and_utility_damage"
},
{
"tweet_id": 1001463189438115840,
"tweet_text": "To The Left Ellicott City, Maryland suffer the second once in a hundred years flooding in two years. Yet some still say there is no such thing as climate change. Rich",
"class_label": "other_relevant_information"
},
{
"tweet_id": 1001278542347415556,
"tweet_text": "Authorities in Maryland say a 39-year-old man is missing after heavy flooding inundated the streets of Ellicott City, the town that had only recently recovered from flooding in 2016",
"class_label": "missing_or_found_people"
},
{
"tweet_id": 1001720687592202241,
"tweet_text": "#News via #FOX National Guardsmans body found after Maryland flooding, police say",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 1001421891322695680,
"tweet_text": "Army National Guardsman missing after being swept away in Maryland floods",
"class_label": "missing_or_found_people"
},
{
"tweet_id": 1001213273340022785,
"tweet_text": "This breaks my heart. This is the second major flood in the last two years. These business owners struggled to start again.",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1001155359002607616,
"tweet_text": ": Missing #NationalGuardsman, #EddisonHermond, swept away in #EllicottCity, #Maryland #floods while saving others: #MemorialDay: .@RevJJackson @SantitaJ: SUN: 8-10aE/866.594.HOPE/#iHeartRadio: @PatriotAM1150/#FacebookLive",
"class_label": "missing_or_found_people"
},
{
"tweet_id": 1001494879300734976,
"tweet_text": "Why is this Maryland city so susceptible to flooding, and what can be done to stop another devastating storm? @RectorSun is live:",
"class_label": "not_humanitarian"
},
{
"tweet_id": 1001141974148239365,
"tweet_text": "Hoping for miracle ➡️",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1001552253990391808,
"tweet_text": "Real heroes abound. We lose a man like this and have to keep Trump. Life is so unfair. A National Guard Member Died While Trying To Help Rescue Someone During The Maryland Flash Floods via @talalnansari",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 1001178904617476098,
"tweet_text": "@CBSNews Our Harts gos out to a Fellow Soldier missing in Maryland as he was HELPING Others, the fast moving Water Consuming him. Well all on the island are praying for the missing Soldier in Maryland.",
"class_label": "missing_or_found_people"
},
{
"tweet_id": 1003347134031257600,
"tweet_text": "FLOODING: #MontgomeryCounty #Maryland I-495 at Route 29 end of the ramp merge lane to 495 flooded causing vehicles to swerve out onto 495 Without merging",
"class_label": "caution_and_advice"
},
{
"tweet_id": 1001180876548591618,
"tweet_text": "I liked a @YouTube video BREAKING: Devastating flooding strikes Ellicott City, Maryland",
"class_label": "infrastructure_and_utility_damage"
},
{
"tweet_id": 1001386813251051520,
"tweet_text": "TODAY clean up continues in Maryland after the devastating floods.. while the search continues for a missing man. We’re tracking the latest on @WMTWTV",
"class_label": "missing_or_found_people"
},
{
"tweet_id": 1001866435268894722,
"tweet_text": "Our Maryland state flag is at half-staff in honor of Sergeant Eddison Hermond for his heroic efforts during the Ellicott City flooding. Our thoughts and prayers go out to SGT Hermonds family and friends and the business owners and homeowners affected by the Ellicott City floods.",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1001250899719835648,
"tweet_text": "US FLASH FLOODS 7 DRAMATIC VIDEO - Drone footage reveals extent of flood damage to Maryland city. STORY #4155985",
"class_label": "infrastructure_and_utility_damage"
},
{
"tweet_id": 1001184591573585920,
"tweet_text": "While others celebrate Memorial day, those in Maryland deal with horrible #Floods Check out this video from #weatherchannel",
"class_label": "not_humanitarian"
},
{
"tweet_id": 1001200767427072000,
"tweet_text": "Here is a live look of the damage that was caused by the flooding in Ellicott City, Maryland. Live video courtesy of Fox 5 DC.",
"class_label": "infrastructure_and_utility_damage"
},
{
"tweet_id": 1002650883979694085,
"tweet_text": "Today begins the 2018 Hurricane Season for Maryland and our team is focused on supporting recovery efforts from two recent severe flooding events. @MDMEMA #partofthesolution",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 1002992953617416193,
"tweet_text": "Heavy rains possible aroiund Maryland today. Follow local forecasts.",
"class_label": "caution_and_advice"
},
{
"tweet_id": 1001562295426744320,
"tweet_text": "This is so sad -- this man, Eddison Hermond, was out in that terrible storm trying to help people -- and he was killed, swept away. . . May G-d rest his soul.",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 1001819270416928768,
"tweet_text": "Night Heron - Looks like Wilde Lake was spared from the floods #hocomd #columbiamd #MD #parks #SpringTime #hocoparks #NaturePhotography #lakefront #spring #lake #naturelovers #Maryland #wildlifephotography #nature #birdsoftwitter #howardcountymd #heron #wildlife",
"class_label": "not_humanitarian"
},
{
"tweet_id": 1001216547241779201,
"tweet_text": "Rescuers are searching for a 39-year-old National Guard member Monday who was reported missing a day after he was swept away by fast-moving floodwaters in Maryland’s Ellicott City while attempting to rescue people during devastating floods, family and of",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 1001511044215443457,
"tweet_text": "Flooded homes and businesses. Crumpled cars. Residents in one rain-soaked Maryland mill town wonder whether to rebuild or leave.",
"class_label": "infrastructure_and_utility_damage"
},
{
"tweet_id": 1001843211940384768,
"tweet_text": "[ WATCH IT ] Flash floods struck a Maryland community wracked by similar flooding in 2016, authorities said, and water rescues were being carried out. Video on social media showed raging water rushing down Main Street in Ellicott City, west of Baltimore.",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 1001156881220448256,
"tweet_text": "Sending thoughts to Maryland today as they continue to deal with the aftermath of a flash flood that engulfed Ellicott City yesterday #news #flood",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1001986795758850048,
"tweet_text": "RT @summerlvn82: Maryland is flooding. Solid job with those 50 infrastructure weeks, 45",
"class_label": "other_relevant_information"
},
{
"tweet_id": 1001233971315953665,
"tweet_text": "National Guardsman missing after flash flooding devastates Ellicott City, Maryland. @David_Kerley reports.",
"class_label": "missing_or_found_people"
},
{
"tweet_id": 1001345153305587712,
"tweet_text": "Catastrophic flooding swept through a Maryland community that had been hard hit by historic floods two years ago.",
"class_label": "other_relevant_information"
},
{
"tweet_id": 1001199521228042245,
"tweet_text": "Indiana County woman critically injured in jet ski collision in Maryland",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 1001882157042806784,
"tweet_text": "google trends science and technology news: Maryland floods: The city where roads turned to rivers",
"class_label": "other_relevant_information"
},
{
"tweet_id": 1001215307585908737,
"tweet_text": "In this cases. you can used your life insurancen. Now days you can used your life protection while still a life.",
"class_label": "not_humanitarian"
},
{
"tweet_id": 1001176565991002112,
"tweet_text": "Please pray for the safety of this national guardsman.",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1001442342639996928,
"tweet_text": "RT @Charvettebey: Good morning, please send love thoughts to Eddison Hermond’s family.",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1001142381012508673,
"tweet_text": "Flash flooding reported in Maryland as heavy rain soaks parts of state",
"class_label": "other_relevant_information"
},
{
"tweet_id": 1001251398510612480,
"tweet_text": "ATTN: #FloodNews #Raining State of emergency declared for Maryland flooding",
"class_label": "caution_and_advice"
},
{
"tweet_id": 1001651686845251586,
"tweet_text": "I ask everyone to continue to pray for our nation & the people of Ellicott City, Maryland & the family of Eddison Hermond, whose body was recovered to today from the floods. Also I will pray and encourage prayers for the people of the Big Island of Hawaii & for the migrant",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1001329975256141824,
"tweet_text": "Watch Cars swept away as flash floods rage through Ellicott City, Maryland on YouTube -",
"class_label": "infrastructure_and_utility_damage"
},
{
"tweet_id": 1001639826351943680,
"tweet_text": "BREAKING UPDATE: A man is now reported missing from the floods in Ellicott City, Maryland. Eddison Hermand was swept away yesterday at around 4:20 p.m. when rescuing others.",
"class_label": "missing_or_found_people"
},
{
"tweet_id": 1001230443461644288,
"tweet_text": "USA – Catastrophic Floods Strike Ellicott City, Maryland, for Second Time in 2 Years – FloodList",
"class_label": "other_relevant_information"
},
{
"tweet_id": 1001508059829751808,
"tweet_text": "39 year old Eddison Hermond has been missing since Sunday after attempting to aid others after a massive flood in Ellicott City, Maryland.",
"class_label": "missing_or_found_people"
},
{
"tweet_id": 1001514826198220800,
"tweet_text": "»MGN-AFRICA® pin:263789F4 » Missing Natl Guardsman tried to rescue woman when swept away in flood: Hes a hero: As rushing floodwaters quickly filled the small-town streets of Ellicott City, Maryland, a National Guardsman jumped into » @wizkidayo",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 1002183884593860610,
"tweet_text": "Development not the source of #EllicottCity flooding, Howard County documents say via @WUSA9",
"class_label": "not_humanitarian"
},
{
"tweet_id": 1001556580607946752,
"tweet_text": "RT @ArmyTimes: Body found of Maryland National Guardsman who disappeared amid destructive flash flooding .",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 1001397894983962624,
"tweet_text": "EXTREME WEATHER. Desperate search for a National Guardsman now underway after he was swept away helping with rescues in the Maryland floods",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 1001307608291119104,
"tweet_text": "Our hearts go out the many affected by the floods in #Maryland #EllicottCity #Baltimore #HOWARDcounty",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1001201308609732609,
"tweet_text": "One person was missing after floods rampaged through the downtown of Ellicott City, Maryland on Sunday. Nearly 7.5 inches of rain fell on the town in just eight hours. More rain is in the forecast",
"class_label": "missing_or_found_people"
},
{
"tweet_id": 1001580385896026112,
"tweet_text": "The body of a National Guardsman who was swept away during massive flooding in Ellicott City, Maryland has been discovered authorities said Tuesday.",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 1002739498118270976,
"tweet_text": "Severe T-storm Warning for Frederick County in Maryland. Damaging winds and flash flooding are the main threats. Get ready Libertytown. #wusa9weather @wusa9 @melissanordwx",
"class_label": "caution_and_advice"
},
{
"tweet_id": 1001440408776388610,
"tweet_text": "Alberto lingers amid Maryland #FLOODS and record highs in Midwest #GPWX",
"class_label": "other_relevant_information"
},
{
"tweet_id": 1001360087292760065,
"tweet_text": "Flash floods rip through Maryland town",
"class_label": "other_relevant_information"
},
{
"tweet_id": 1001450850349469696,
"tweet_text": "Sprawl development in Howard County is making flooding much worse in places like Ellicott City. Also, sprawl zoning prohibits new Ellicott Cities from being made, no matter how loved they are. Howard Countys sprawl-only zoning may kill Ellicott City for good.",
"class_label": "other_relevant_information"
},
{
"tweet_id": 1001522168193343489,
"tweet_text": "Missing national guardsman Eddison Hermond has been found after being swept away in a flash flood in Maryland. Unfortunately, he didn’t survive. My thoughts and prayers are with his family.",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 1001150622379503616,
"tweet_text": "Historic Maryland city is ravaged by flood waters again. Search is underway for missing man.",
"class_label": "missing_or_found_people"
},
{
"tweet_id": 1002366420691357697,
"tweet_text": "Seems fitting picture of what MeToo is doing. Destruction without feelings or overall effect on the whole! #FeminismIsCancer #NotMeToo",
"class_label": "not_humanitarian"
},
{
"tweet_id": 1001773737413398528,
"tweet_text": "Ellicott City, Maryland was devastated by flash flooding from a massive rainstorm Sunday, just two years after a similar event forced the historic city in Howard County to rebuild much of its Main Street.",
"class_label": "infrastructure_and_utility_damage"
},
{
"tweet_id": 1001146965948706816,
"tweet_text": "National Guardsman missing after flash flooding devastates historic town via @instapaper",
"class_label": "missing_or_found_people"
},
{
"tweet_id": 1001896052562198528,
"tweet_text": "While trying to rescue a cat. #Hero",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 1001499273719148544,
"tweet_text": "Flash flooding leaves trail of damage in Maryland town - BBC News US. This. Is. #climatechange. Get it? @CorpCommAZ @tomforese @BobStump @WSJ @nytimes @NARUC @Edison_Electric @TwitterAPI @CHonorableEsq @CLaFleurFERC @WorkatFERC @FERCRPowelson @FERCAttack",
"class_label": "infrastructure_and_utility_damage"
},
{
"tweet_id": 1001440219630010368,
"tweet_text": "Think #climatechange isnt a risk for you? Have a look at this video shot in Maryland after 10 inches of rain #flooding #MarylandFlooding",
"class_label": "other_relevant_information"
},
{
"tweet_id": 1001432691470929920,
"tweet_text": "Search Underway for Missing Veteran Swept Away After Trying to Rescue Cat During Historic Maryland Flooding #EllicottCityFlood",
"class_label": "missing_or_found_people"
},
{
"tweet_id": 1002667281820733440,
"tweet_text": "@SlanderBob @d4bard @HailShrimp @JFGariepy @TheRalphRetort @vampkandy @TheGatorGamer @rex_rexchapman Tonight on Rain Delay Radio - A Virginia candidate admits hes a pedophile - Maryland Millionaire charged with murder in constructing a fallout shelter - Too much Pot in Oregon?",
"class_label": "not_humanitarian"
},
{
"tweet_id": 1001208625895899137,
"tweet_text": "#UPDATE on @ABC7: A man in his 40s is missing from Ellicott City, Maryland, where this water was raging down Main Street. Video Courtesy: Baltimore Sun. #flooding #MarylandFlooding",
"class_label": "missing_or_found_people"
},
{
"tweet_id": 1001526514696032258,
"tweet_text": "RT @AP: BREAKING: Authorities say crews looking for a man missing in Maryland flash flooding have found the body of an adult male.",
"class_label": "missing_or_found_people"
},
{
"tweet_id": 1001285366241005568,
"tweet_text": "Ellicott City, Md., Suffers Flash Flood, Ravaging Main Street; 1 Man Missing",
"class_label": "missing_or_found_people"
},
{
"tweet_id": 1001410837075111937,
"tweet_text": "I liked a @YouTube video Roads submerged as severe flash flooding hits Maryland",
"class_label": "infrastructure_and_utility_damage"
},
{
"tweet_id": 1001447221789908992,
"tweet_text": "@MD_DLLR is just one of several #Maryland state agencies providing resources to the victims of recent flooding. Please share this post to help get the word out to your neighbors and friends.",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1003433356418256897,
"tweet_text": "Maryland Department of Transportation (MDOT) State Highway Administration (SHA) reports all eastbound and westbound lanes on US-50 at Kenilworth Avenue (MD-201) in Prince George’s County, MD are closed due to flooding.",
"class_label": "caution_and_advice"
},
{
"tweet_id": 1002222046129029122,
"tweet_text": "RT @dramatiq00: Praying for my fam and anyone out in #Maryland floods this past weekend.",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1001761221010477056,
"tweet_text": "Ive just posted a new blog: Fox News Breaking News Alert May 30, 2018 at 12:43PM Fox News Breaking News Alert National Guardsmans body found after Maryland flooding, police say 05/29/18 1:38 PM",
"class_label": "other_relevant_information"
},
{
"tweet_id": 1001189128661295104,
"tweet_text": "At least one person is missing following Sundays devastating flooding in Ellicott City, Maryland:",
"class_label": "missing_or_found_people"
},
{
"tweet_id": 1001139323075416064,
"tweet_text": "RT @dwnews: Flash floods have turned the main street in Ellicott City in Maryland into a raging river",
"class_label": "other_relevant_information"
},
{
"tweet_id": 1001376222251712513,
"tweet_text": "Maryland Flash #FLOODS: National Guardsman Missing After Getting Swept Away While Rescuing Cat #GPWX",
"class_label": "missing_or_found_people"
},
{
"tweet_id": 1001540351151214592,
"tweet_text": "#�Lalll�%Security RIP!! Ty For Your Service! Thoughts & Prayers for all!",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1001498263432949760,
"tweet_text": "Fears for National Guardsman swept away in Maryland flash floods via @MailOnline",
"class_label": "missing_or_found_people"
},
{
"tweet_id": 1001270952829779969,
"tweet_text": "RT @VoteCarrigan: My thoughts are with the people of Maryland, as they deal with devastating floods.",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1002821790199148545,
"tweet_text": "are SILENT about another case of BLATANT RACISM, PREJUDICE, and INJUSTICE! And if you think the flash floods in the State of Maryland last Sunday were bad, Im telling you, its going to get WORSE, MUCH WORSE, until they LET GODS PEOPLE GO!",
"class_label": "not_humanitarian"
},
{
"tweet_id": 1002026233490796544,
"tweet_text": "REST IN PEACE: Sgt. Eddison Hermond, a member of the Maryland National Guard and an Air Force veteran, was helping rescue a woman and her cat when the rushing waters swept him away during Sundays flooding in Ellicott City, MD",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 1001140804503601153,
"tweet_text": "Dramatic scenes as water gushes through Baltimore streets amid flash floods",
"class_label": "other_relevant_information"
},
{
"tweet_id": 1003861851115941891,
"tweet_text": "Man missing after 1,000-year flood ravages Ellicott City for 2nd time in two yearsat what point will the US acknowledge the climate is changed?",
"class_label": "missing_or_found_people"
},
{
"tweet_id": 1002537368207986689,
"tweet_text": "This week we pay tribute to Air Force and Maryland Army National Guard member, Sgt. Eddison Alexander Hermond. He died last weekend while helping a passerby caught in the Ellicott City, Maryland floods:",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 1001318611116478469,
"tweet_text": "Ellicott City, MD got pummeled yesterday by flash flooding, again.",
"class_label": "infrastructure_and_utility_damage"
},
{
"tweet_id": 1002246263285395458,
"tweet_text": "In how many ways is the language around the Maryland flooding confusing? (Spoiler: in too many ways)",
"class_label": "other_relevant_information"
},
{
"tweet_id": 1001226873404379136,
"tweet_text": "The search continues in central Maryland for a man, a National Guard member and Air Force veteran, missing after flash flooding",
"class_label": "missing_or_found_people"
},
{
"tweet_id": 1001300010015903744,
"tweet_text": "RT @MikeWoodLaFlare: So his people pushed him in the water and this the narrative yall finna spin?",
"class_label": "not_humanitarian"
},
{
"tweet_id": 1002733994306351105,
"tweet_text": "Flood Warning for parts of #Loudoun: SOME LOCATIONS THAT MAY EXPERIENCE FLOODING INCLUDE LEESBURG, LANSDOWNE, PURCELLVILLE, MIDDLEBURG, OATLANDS, BELMONT, HAMILTON, SAINT LOUIS, PAEONIAN SPRINGS, GLEEDSVILLE, WATERFORD, LUCKETTS, ALDIE, PHILOMONT, LINCOLN AND HUGHESVILLE.",
"class_label": "caution_and_advice"
},
{
"tweet_id": 1001205736268058630,
"tweet_text": "Guardsman Hero Who Tried to Save Cat Feared Swept Away in Maryland’s Floods via @TheDailyBeast",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 1002986050988503040,
"tweet_text": "NEW: Flood warning (green box below) issued for southern Prince Georges & western Charles counties in Maryland until 7pm tonight due to heavy rain over the region. Reminder to please DO NOT cross flooded roadways. Turn around, don’t drown. ἲ7⛈",
"class_label": "caution_and_advice"
},
{
"tweet_id": 1001251936484626433,
"tweet_text": "Prayers For Those Affected; Maryland governor declares state of emergency after flash flooding",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1001161326020956162,
"tweet_text": "Headed to the Howard County Food Bank with supplies. Please consider joining and bringing cleaning supplies, food and water. #ECStrong #ElliottCity",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 1002206944826986496,
"tweet_text": "Our hearts go out to Ellicott City in Maryland, hit by destructive flash floods again. Our friends @UnitedWayCM say its worse than in 2016. ALICE is often among those hardest hit when disaster strikes. No savings = no safety net when theres an emergency.",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1004336143566032896,
"tweet_text": "I will discussing contents from my @SciForbes article on @AMHQ at 850 am ET. Will provide thoughts on why #EllicottCity and other cities will continue to flood in dramatic ways. @WeatherGeeks Wednesday",
"class_label": "not_humanitarian"
},
{
"tweet_id": 1001218726707060736,
"tweet_text": "Oh no! Sending positive thoughts and vibes, praying! Truly hope’s he will be found ok!",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1001787981705891840,
"tweet_text": "Searchers locate body of guardsman who went missing in Maryland floods * * - ABCNEWSVideosVideo News ClipA",
"class_label": "missing_or_found_people"
},
{
"tweet_id": 1001168665688051714,
"tweet_text": "Search underway for a missing veteran, Eddison Hermond, reportedly swept away helping to rescue others from flash floods in Maryland",
"class_label": "missing_or_found_people"
},
{
"tweet_id": 1001252670051704833,
"tweet_text": "Prayers up for those individuals inside of Ellicott City Maryland. Here at TLT, we’re Praying for a safe and speedy recovery for those effected by this flooding. #Praying4Ellicott Video from: @abcnews",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1002607902308220929,
"tweet_text": "RT @NOAAClimate: What caused Ellicott Citys devastatingly massive flash flood in late May?",
"class_label": "not_humanitarian"
},
{
"tweet_id": 1001192429838589955,
"tweet_text": "RT @Newsweek: Watch: Social media video captures flash floods ripping through Ellicott City, Maryland /",
"class_label": "other_relevant_information"
},
{
"tweet_id": 1001942554315763714,
"tweet_text": "The Angle: Surprise Move Edition",
"class_label": "not_humanitarian"
},
{
"tweet_id": 1001579615192846336,
"tweet_text": "Tax Relief May Be Available For Maryland Property Owners Impacted By Heavy Rain and Flood Damage: #ECFlood",
"class_label": "infrastructure_and_utility_damage"
},
{
"tweet_id": 1001152773814185990,
"tweet_text": "Today, we #honor those we’ve lost in the name of #service this #MemorialDay yet brace ourselves for Subtropical Storm Alberto and the aftermath of flash floods in Ellicott City, Maryland. We hope for the safety and well-being of all!",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1001506483849359360,
"tweet_text": "Authorities in Marylands Howard County have issued what theyre calling a precautionary health alert after a sewage main broke following torrential rains that prompted destructive flash flooding.",
"class_label": "infrastructure_and_utility_damage"
},
{
"tweet_id": 1003650170054115330,
"tweet_text": "Maryland state flag and flag of Howard County at half staff until the burial of National Guard Sgt. Eddison Hermond who was swept away by the Ellicott City floods while trying to help a pet store owner. @WTOP #ECStrong #ECFlood",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 1001540997896171521,
"tweet_text": "A heartbreaking update to the flooding in Ellicott City: via @WUSA9",
"class_label": "other_relevant_information"
},
{
"tweet_id": 1001337335819186176,
"tweet_text": "Record-level flash flooding tonight in Maryland. Apropos of nothing, climate change leads to heavier rainstorms because a warmer atmosphere can hold exponentially more water vapor -- a 25% increase in downpours in the eastern U.S. since 1958.",
"class_label": "other_relevant_information"
},
{
"tweet_id": 1001482893028397056,
"tweet_text": "Maryland flash flooding: Incredible images show historic Ellicott City ravaged by floodwaters #Maryland",
"class_label": "infrastructure_and_utility_damage"
},
{
"tweet_id": 1001230402286161921,
"tweet_text": "Edison Hermond National Guard missing in Maryland food Let us pray..",
"class_label": "missing_or_found_people"
},
{
"tweet_id": 1001454109210435585,
"tweet_text": "Ellicott City MD hit with second once in 1,000 year flood since 2016. . 4-6 inches of rain in 2 hours + impervious surfaces= #flashflooding #KnowYourWaterSystem @thewatermain",
"class_label": "other_relevant_information"
},
{
"tweet_id": 1001366994271207424,
"tweet_text": "Significant damage in Ellicott City, Maryland after major floodwaters tore through the area this holiday weekend.",
"class_label": "infrastructure_and_utility_damage"
},
{
"tweet_id": 1001953785684615175,
"tweet_text": "My Coworker Said She Going To Baltimore This Weekend So I Asked If She’s Going To Where All That Flooding Happened.. Bro She Said Im Going To Maryland, And Idk Where The Maryland And Baltimore Border Is” .",
"class_label": "not_humanitarian"
},
{
"tweet_id": 1003383724027842560,
"tweet_text": "A Bat fan friend of mine lost 80% of his possessions in the Ellicott City, Maryland flooding a week ago. This area was declared a national disaster area. His renters insurance isnt going to cover the tens of thousands of",
"class_label": "infrastructure_and_utility_damage"
},
{
"tweet_id": 1001140017207459840,
"tweet_text": "Non Believer Pruitt !Please Explain The Floods in Elliot Maryland!Their Flood 2 years Ago Was Supposely A 1000 Year Flood! TwoYears Later Another Flood Worst than the One 2 Years Ago!As Secretary Of Environment YouHave A Duty To Find Answers To EnvironmentalIssues Based On Facts!",
"class_label": "not_humanitarian"
},
{
"tweet_id": 1001140276377935873,
"tweet_text": "@IrimeZane @RexxieCat Oh no I totally agree with ya, with the absolutely massive amount of new developments in central Maryland, its no wonder flooding has gotten worse i. Some areas",
"class_label": "other_relevant_information"
},
{
"tweet_id": 1001144944717914113,
"tweet_text": "RT @KCCINews: State of emergency declared in Maryland after heavy rain causes flooding",
"class_label": "caution_and_advice"
},
{
"tweet_id": 1001530803413770240,
"tweet_text": "The body of 39-year-old Eddison Hermond, a National Guard member and @usairforce vet, was found by searchers scouring the Patapsco River. He was last seen early Sunday evening trying to help a woman while seething brown waters surged through Ellicott City.",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 1001574250673836033,
"tweet_text": "Truly a sad outcome. My thoughts and prayers go out to his friends and family.",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1001159445194399744,
"tweet_text": "Flash Flood Tears Through Maryland Town For Second Time In Two Years Less than two years after what had been called a once in a 1,000 years” flood in 2016, Ellicott City, Md., sees its historic downtown ravaged anew. One man remains missing. from Flas",
"class_label": "missing_or_found_people"
},
{
"tweet_id": 1001493612977418240,
"tweet_text": ".@MD_DLLR has services available for those affected by flooding. See below and visit for more information.",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 1002019750204100609,
"tweet_text": "RT @planetizen: Marylands Floods a Terrible Tragedy, and a Sign of More to Come",
"class_label": "not_humanitarian"
},
{
"tweet_id": 1001260054748819456,
"tweet_text": "Prayers for this man who serves our country and was helping someone during the flooding.",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1002280033245974529,
"tweet_text": "PHOTOS: Flash flooding in N.C., Va. and Maryland this week via @rtdnews",
"class_label": "other_relevant_information"
},
{
"tweet_id": 1001245299329945600,
"tweet_text": "@realDonaldTrump @FoxNews -Memorial Day - a solemn & sacred holiday -Historic 1,000 year flooding in Maryland -North Korean summit hanging in the balance -Tropical storm heading to Florida -Thousands in PR without power -Thousands in Flint without water Trump’s focus? Obama & Hillary #UnfitForOffice #Sad",
"class_label": "not_humanitarian"
},
{
"tweet_id": 1002957737024729088,
"tweet_text": "Maryland weather: Flash flooding risks forecast again Saturday and into Sunday - #eWeatherNews #LatestComments",
"class_label": "caution_and_advice"
},
{
"tweet_id": 1002761638301372418,
"tweet_text": "I use basic 4th grade water cycle lesson to explain the science of the #EllicottCityFlood of 2018 in @SciForbes #EllicottCityMD #EllicottCity #Maryland ..Also cite research of @okwxnut and @NeilDebbage",
"class_label": "other_relevant_information"
},
{
"tweet_id": 1001527008659111936,
"tweet_text": "Two years ago, devastating flash flooding in Ellicott City, Md. was called a once in a 1,000 years event. On Sunday, intense flooding hit the town again.",
"class_label": "other_relevant_information"
},
{
"tweet_id": 1002230365212364802,
"tweet_text": "MD gubernatorial debate policing, flooding",
"class_label": "not_humanitarian"
},
{
"tweet_id": 1004373183137566720,
"tweet_text": "IOCC has deployed Emergency Action Teams to help clean up in the Baltimore, Maryland, area after recent flooding. Were calling on Orthodox Christians in the area to sign on as day volunteers. Theres no cost for local volunteers. Register now:",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 1001460516680863745,
"tweet_text": "In Maryland, Ellicott City experienced devastating flooding over the weekend - similar to a flood two years ago. Will they choose to rebuild or retreat? #EllicottCityFlood",
"class_label": "other_relevant_information"
},
{
"tweet_id": 1001203964648607747,
"tweet_text": "Post Edited: Flash flooding in historic Maryland town leaves one person missing",
"class_label": "missing_or_found_people"
},
{
"tweet_id": 1001146215441068035,
"tweet_text": "Howard County Executive Allan Kittleman said Monday morning that his priorities are finding the missing man and assessing the condition of buildings that house shops, restaurants and families.",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 1001661681305571333,
"tweet_text": "Victim’s Body Found After Maryland Flash Flooding - The Wall Street Journal",
"class_label": "other_relevant_information"
},
{
"tweet_id": 1001475136841756672,
"tweet_text": "Rescuers search for hero soldier swept away in Maryland floods",
"class_label": "missing_or_found_people"
},
{
"tweet_id": 1001155564901199872,
"tweet_text": "@abcworldnewstonight - IN A FLASH: Crews have begun removing heavy debris – including cars and a dumpster – thrown by a wall of water that rushed through downtown Ellicott City, Maryland Sunday afternoon; 1 person remains missing as the town deals with",
"class_label": "missing_or_found_people"
},
{
"tweet_id": 1001620802301779968,
"tweet_text": "Thoughts and prayers are with all affected. God bless & comfort them.",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1001285030637965317,
"tweet_text": "One man is missing after devastating flash flooding swept through Ellicott City, Maryland, turning streets into rivers and carrying away cars.",
"class_label": "missing_or_found_people"
},
{
"tweet_id": 1001671495154794496,
"tweet_text": "How is this happening not too far from where I live and I’m finding out over twitter ᾑ4 Time to organize another drive @CharitiesAngels This is crazy! Praying for the people of #EllicottCityMD #EllicottCityFlood",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1002155322180501504,
"tweet_text": "After Pair of 1-in-1000 Year Floods, a Maryland Town Seeks Safeguards The deadly flash flood that devastated a Maryland town’s historic center in July 2016 was dubbed a 1-in-1000 year event. Less than two years later, an even more treacherous flood ravag",
"class_label": "other_relevant_information"
},
{
"tweet_id": 1001171790465589256,
"tweet_text": "RT @WOODTV: #UPDATE: Man missing in Maryland floods identified as 39-year-old Air Force veteran and Army National Guardsman.",
"class_label": "missing_or_found_people"
},
{
"tweet_id": 1001943811629768705,
"tweet_text": "The Maryland flag flies at half-staff today at the Fifth Regiment Armory in Baltimore, where Sgt Eddie Hermond worked. @GovLarryHogan ordered MD flags flown at half staff across the state today, in memory of the 39yo killed in #EllicottCity flooding Sunday. #WJZ",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1001227464755081216,
"tweet_text": "RT @dw_scitech: Flash floods strike the US state of Maryland.",
"class_label": "other_relevant_information"
},
{
"tweet_id": 1003424019759149058,
"tweet_text": "Photos of the flooding around Country Club Road and Windridge Lane. Cumberland on Patrol Amanda Mangan Allegany Radio Corporation News Director WDVM Weather Allegany County Department of Emergency Services Cumberland, Maryland",
"class_label": "other_relevant_information"
},
{
"tweet_id": 1004461775373438978,
"tweet_text": "BAF Founding Fellow Dr. Marccus Hendricks @mdhDuBois is quoted in this article discussing how development contributes to flooding",
"class_label": "not_humanitarian"
},
{
"tweet_id": 1001400975805075456,
"tweet_text": "39 yr old active duty National guardsman, Eddison Hermond disappeared as flood waters swept thru Ellicott City, Maryland, while trying to rescue a woman. Praying.ὤF",
"class_label": "missing_or_found_people"
},
{
"tweet_id": 1003762832138268673,
"tweet_text": "Our hearts go out to all those who in the Ellicott City, Maryland community who have been affected by the devastating floods. We send positive energy and are helping to spread the word of how we can all help. Financial",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1003698295732965376,
"tweet_text": "WATCH LIVE: The bridge over the Little Patuxtent in Laurel, Maryland has been destroyed by the area flooding:",
"class_label": "infrastructure_and_utility_damage"
},
{
"tweet_id": 1001152089488113664,
"tweet_text": "Every day we dont end the oil industry we justify all the death, destruction and financial ruin of these weather events. How many must lose their homes? How many must die?",
"class_label": "other_relevant_information"
},
{
"tweet_id": 1001258377337561089,
"tweet_text": "Fears for hero soldier swept away in Maryland flash floods",
"class_label": "missing_or_found_people"
},
{
"tweet_id": 1001207245185613824,
"tweet_text": "JUST IN - New footage of Sundays flash flooding in #EllicottCity Maryland shows water surging around cars and pickup trucks and coursing over the top of their wheels. >>",
"class_label": "other_relevant_information"
},
{
"tweet_id": 1001170106347610113,
"tweet_text": "Flash floods again rip through Maryland Two 1000 yr. floods in w years. The river rose 17.8 ft in 2 hours. I implore @CNN @MSNBC @CBSNews @Maddow, @ChrisHayes @ChadMeyers to explain why global warming & evaporation causes these rain bombs #ClimateAction",
"class_label": "infrastructure_and_utility_damage"
},
{
"tweet_id": 1003497317062696961,
"tweet_text": "ELLICOTT CITY, Md. (WJZ)– Last Sunday, heavy down pours caused major flooding in both Howard and Baltimore Counties. Main Street in Ellicott City was slammed by the deluge that led to the death of a Maryland National via",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 1001647371279794176,
"tweet_text": "Marylands Governor not only signed a law banning puppy mill sales in the state, but then he and the First Lady went out and adopted two dogs from the BARCS Animal Shelter in Baltimore!",
"class_label": "not_humanitarian"
},
{
"tweet_id": 1001985478667718660,
"tweet_text": "Portions of Hawaii burn & massive floods hit Maryland. What does #SCPOTUS @realdonaldtrump concern himself with? Campaigns, phony conspiracy theories, himself! #TrumpRussia to #TrumpGate to #LieGate to #Impeachment of #DJT",
"class_label": "other_relevant_information"
},
{
"tweet_id": 1001166885130592264,
"tweet_text": "Have you seen Eddison Hermond? The Army National Guard member is missing after devastating floods rolled through Ellicott City, Maryland, over the weekend.",
"class_label": "missing_or_found_people"
},
{
"tweet_id": 1001724896647483392,
"tweet_text": "39-year-old Eddison Hermond disappeared late Sunday afternoon, following torrential rains that prompted destructive flash flooding. He was a veteran of the U.S. Air Force and a sergeant in the Maryland Army National Guard,",
"class_label": "missing_or_found_people"
},
{
"tweet_id": 1001152279368683521,
"tweet_text": "RT @CristianiCasco: State of Emergency declared. Catastrophic flooding slams #EllicottCity #Maryland",
"class_label": "caution_and_advice"
},
{
"tweet_id": 1001224748792135680,
"tweet_text": "To all of our friends in Maryland being impacted by flash flooding please stay safe and know you are in our prayers!",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1001432268135698432,
"tweet_text": "Video Footage Shows Devastation Left From Maryland Flooding",
"class_label": "infrastructure_and_utility_damage"
},
{
"tweet_id": 1001188535259615232,
"tweet_text": "Missing Army National Guard member was trying to help a woman rescue her pet from flood waters in Elliott City.",
"class_label": "missing_or_found_people"
},
{
"tweet_id": 1002572184051703809,
"tweet_text": "@FoxNews Hey how about focusing on the 1,500 missing immigrant children who were taken away from their parents, or the over 5,000 deaths in Puerto Rico because of this administration, or the Flash Flood in Elliot City Maryland.",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 1001704171685515264,
"tweet_text": "My god.. This man gave his life, the last full measure of devotion, to help a fellow American in need. The world has lost an incredible person. May you rest in paradise Eddison Hermond.",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1001405735299887104,
"tweet_text": "Prayer warriors, please join me in praying for those impacted by these flash floods near Baltimore, MD.",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1001152750418350080,
"tweet_text": "United States trends #Indy500 #CocaCola600 Ellicott City #LYTear1onBB200 #UFCLiverpool Colombia Greg Allen #OverheardAtTheGroceryStore George H.W. Bush #SundayNight #floods #BREAKING #news: #Maryland ALERT ‼️ἰAἰAἰA",
"class_label": "not_humanitarian"
},
{
"tweet_id": 1001636519621287937,
"tweet_text": "RIP Eddison Alexander Hermond, 39, who went missing during the Ellicott City flood, was found by searchers today in the Patapsco River, just across the Baltimore County line #ECFlood",
"class_label": "missing_or_found_people"
},
{
"tweet_id": 1002048985270575105,
"tweet_text": "Nor the catastrophic floods in Maryland, the eruptions in Hawaii, or anything else that doesn’t directly & positively impact his bank account. #kleptocracy #LieGate",
"class_label": "other_relevant_information"
},
{
"tweet_id": 1003429166094667776,
"tweet_text": "As the effects of global warming grow year after year, continuously exceeding the direst predictions of climate scientists, disasters like the flooding in Ellicott City will occur with ever greater frequency.",
"class_label": "not_humanitarian"
},
{
"tweet_id": 1001956900769075201,
"tweet_text": "Flags flew at half staff today in Maryland, in memory of Sgt Eddison Hermond, killed in #EllicottCityMD flooding earlier this week. #WJZ",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 1001375097985249281,
"tweet_text": "Massive Flooding Destroys Maryland City, Again",
"class_label": "infrastructure_and_utility_damage"
},
{
"tweet_id": 1001346039272656897,
"tweet_text": "Is it just me or has weather all over the planet gone nuts? Tornadoes in Europe, Ontario; flash flooding in Maryland; snow in Saudi Arabia; massive rainfall in Oman; and after one of the longest winters in Canada, temperature went from -20 to +30 in little over a month.",
"class_label": "not_humanitarian"
},
{
"tweet_id": 1001168312796106752,
"tweet_text": "We pray for victims and survivors of great deluges. Are our many different disasters increasing? Or are we just more aware?",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1001930543091601408,
"tweet_text": "An Exeter man was among those who had to be rescued from severe flooding in Ellicott City, Maryland: #exeternh #flooding #EllicottCity #EllicottCityFlood",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 1001647367039410177,
"tweet_text": "Sad news for a true hero. Body found of man who disappeared amid Maryland flooding Hermond []was a veteran of the U.S. Air Force and a sergeant in the Maryland Army National Guard. He was described by those who knew him as an affable, generous man.”",
"class_label": "missing_or_found_people"
},
{
"tweet_id": 1001210747416973318,
"tweet_text": "A massive rainstorm triggered powerful flash flooding Sunday in Ellicott City, Maryland, a historic mill town outside Baltimore that was devastated by a similar disaster two",
"class_label": "other_relevant_information"
},
{
"tweet_id": 1001445113523068928,
"tweet_text": "Hope for a #Hero ὠ7 in #EllicottCity #Flood #Donate #Volunteer Your #CentralMaryland #RealEstate Connection #mmmarylandhomes",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 1002022341071732736,
"tweet_text": "Nice recap of the Ellicott City, Maryland flash flooding from @jmnese.",
"class_label": "other_relevant_information"
},
{
"tweet_id": 1001136696589631488,
"tweet_text": "Flash floods struck a Maryland city on Sunday, washing out streets and tossing cars like bath toys.",
"class_label": "infrastructure_and_utility_damage"
},
{
"tweet_id": 1002048883243929600,
"tweet_text": "RT @feralmagick: find a fundraiser to attend!! Help support our community #EllicottCity #EllicottCityFlood /",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 1001258698772221952,
"tweet_text": "I couldnt watch the whole video. HeartὉ4Breaking. Officials said National Guard -Eddison Hermond- was holding a door to a restaurant closed until he and others left to assist a woman whose cat had gone missing. Witnesses said they saw Hermond go under water ὢ2ὢDὢ2 PrayersὤFἿB",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 1002255692777050113,
"tweet_text": "Our deepest condolences to those affected by the all too familiar, recent flooding in Ellicott City. If you are interested in helping those in need, look here:",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1001531388858953729,
"tweet_text": "@okeedoco @BeauInMaryland @tms1792 What Maryland needs to do is what it did under OMalley- have a stormwater fee that combats over-paving and helps preserve green space to stop these flash floods. But Hogan called it a rain tax and demagogue on it. So, are you going to vote for that again?",
"class_label": "not_humanitarian"
},
{
"tweet_id": 1003712918947590150,
"tweet_text": "Ocean City missing persons search takes to water: officials via @MyDelmarvaNow",
"class_label": "missing_or_found_people"
},
{
"tweet_id": 1001527730754727936,
"tweet_text": "@GovLarryHogan @BoydKRutherford Stormwater management is the only way to prevent flash floods like this, but instead you called it a rain tax to help your developer buddies. Cynical and stupid. Are you going to change course or do you not care about Maryland communities?",
"class_label": "other_relevant_information"
},
{
"tweet_id": 1001438641800056832,
"tweet_text": "WATCH: Massive Flooding in Maryland. Joining Many Other Recent Natural Phenomena - @IsraelVideos",
"class_label": "infrastructure_and_utility_damage"
},
{
"tweet_id": 1004577932210327553,
"tweet_text": "This is the 2nd time in 2 years that Ellicott City has suffered through a devastating flood. Nothing was done by Hogan after the first to mitigate possible recurrent damage and a Maryland National Guardsman lost his life. #MDGov #MDpolitics",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 1003707296260730881,
"tweet_text": "RT Steven_Sager Damaged roads, downed trees in, near Carroll due to saturating rain #HoCoMD",
"class_label": "infrastructure_and_utility_damage"
},
{
"tweet_id": 1001147515360677890,
"tweet_text": "JUST IN: Governor Larry Hogan has declared a state of emergency for the entire state of Maryland after extreme flooding.",
"class_label": "caution_and_advice"
},
{
"tweet_id": 1001232498590760960,
"tweet_text": "We pray for #safety for anyone affected by the devastating floods in Maryland!",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1001273516241702912,
"tweet_text": "‘Washed away real quick’: Missing Maryland resident and U.S. military member Eddison Hermond was trying to help woman trapped by flood in Ellicott City:",
"class_label": "missing_or_found_people"
},
{
"tweet_id": 1001647827553013766,
"tweet_text": "RT @VeteranSound: Sad day for the Maryland National Guard, keep Hermond’s family in your thoughts",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1001248057571336192,
"tweet_text": "Catastrophic Floods: 1 Missing in MD From The Weather Channel iPhone App",
"class_label": "missing_or_found_people"
},
{
"tweet_id": 1002895177751511041,
"tweet_text": "Must-watch videos of the week: A man scales an apartment building in hopes of rescuing a child, floods send cars floating down Maryland streets, and a young boys question makes the White House press chief emotional. These are the videos you dont want",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 1001197273773215751,
"tweet_text": "Marylands governor declared a state of emergency as flash flooding has devastated the town of Ellicott City #tictocnews",
"class_label": "caution_and_advice"
},
{
"tweet_id": 1002189162412376064,
"tweet_text": "Maryland weather: More flooding risks through Saturday, with rain in forecast and ground already saturated - #eWeatherNews #LatestComments",
"class_label": "caution_and_advice"
},
{
"tweet_id": 1001437660806860800,
"tweet_text": "For the second time in two years, flash floods rip through Ellicott City, Maryland",
"class_label": "infrastructure_and_utility_damage"
},
{
"tweet_id": 1001528621641723904,
"tweet_text": "#USA - #Maryland - Grim News as National Guard member, Eddison Hermond, body found in Patapsco River, after his efforts to help during #EllicottCity #Flood #EllicottCityFlood - Condolences and prayers for family and loved ones",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1001209276826779648,
"tweet_text": "Rescuers seeking 1 man still missing in Maryland flooding Ellicott City devastated by another flood as rain drenches the Baltimore region",
"class_label": "missing_or_found_people"
},
{
"tweet_id": 1002588813204643840,
"tweet_text": "Family, governor mourn death of Guardsman trying to rescue flood victim",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 1001191374161629185,
"tweet_text": "RT @InsideEdition: Army National Guardsman, Eddison Hermond, is missing amid the Maryland floods.",
"class_label": "missing_or_found_people"
},
{
"tweet_id": 1001307181675896833,
"tweet_text": "RT @DBoboshie_: I’m trying to understand what rain did all that damage in Maryland !!",
"class_label": "infrastructure_and_utility_damage"
},
{
"tweet_id": 1001255382860185600,
"tweet_text": "Maryland flooding: Rescuers search for Air Force veteran as Ellicott City assesses damage",
"class_label": "missing_or_found_people"
},
{
"tweet_id": 1001532394950877187,
"tweet_text": "Maryland is under a state of emergency after flash floods on Sunday. Parts of this bridge in Baltimore Co. washed away.",
"class_label": "caution_and_advice"
},
{
"tweet_id": 1001185072324673536,
"tweet_text": "RT @Ruptly: Road turns to raging river after floods rip through Maryland",
"class_label": "other_relevant_information"
},
{
"tweet_id": 1001505937910386689,
"tweet_text": "I’d never really heard of this city until recently but based on the images you can tell it’s a legit place to live. I get why people would want to rebuild anyway, even after 2 floods in less than 2 years. Just accept the risk and live there anyway, but evacuate next time",
"class_label": "not_humanitarian"
},
{
"tweet_id": 1001531650109558786,
"tweet_text": "#BREAKING: Two days after devastating flash floods in Ellicott City, Maryland, searchers have found the body of a man in the Patapsco River.",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 1004231150569746433,
"tweet_text": "One person missing after flash flooding hits Ellicott City, Maryland #Trending #Vids",
"class_label": "missing_or_found_people"
},
{
"tweet_id": 1001456243670683648,
"tweet_text": "In Maryland, Elliot City was devastated by floods over the weekend. Will this town choose to rebuild or retreat in the face of disastrous climate change?",
"class_label": "infrastructure_and_utility_damage"
},
{
"tweet_id": 1001768562858524672,
"tweet_text": "Gov of #Maryland declares State of #Emergency for #catastrophic #flooding in #EllicottCity just west of #Baltimore. #BREAKING #mdwx #weather #rain",
"class_label": "caution_and_advice"
},
{
"tweet_id": 1002585471166369792,
"tweet_text": "Were you affected by storms? Need help making your insurance payment ? Another round of storms has brought more flooding and unwelcome disruption to the lives of additional Maryland policyholders. The Maryland",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1001514317831966720,
"tweet_text": "#Flooding submerged parts of Maryland on Sunday prompting water rescues & road closures -",
"class_label": "infrastructure_and_utility_damage"
},
{
"tweet_id": 1001148569863237633,
"tweet_text": "AdvantaClean of Frederick is available to help mitigate the damages to homes and businesses in Ellicott City and surrounding areas. Call 877-800-2382 toll free to connect with our office to get the job done right.",
"class_label": "infrastructure_and_utility_damage"
},
{
"tweet_id": 1004121190728896513,
"tweet_text": ".@wbaltv11 continues to cover the #BreakingNews at a @BaltimoreFire trench #rescue @KarenCampbellTV #Baltimore #Maryland",
"class_label": "other_relevant_information"
},
{
"tweet_id": 1001450225641447424,
"tweet_text": "Heavy flooding in Maryland leaves one missing and extensive damage",
"class_label": "missing_or_found_people"
},
{
"tweet_id": 1001150946028666881,
"tweet_text": "Army National Guardsman missing after massive flooding hits Ellicott City, Maryland. Thoughts and prayers with Eddison Alexander Hermond and his family. I sure hope they find him alive and well.",
"class_label": "missing_or_found_people"
},
{
"tweet_id": 1004261290834055168,
"tweet_text": "RT @foxandfriends: FOX NEWS ALERT: National Guardsman missing after monstrous floods sink Maryland town | @Garrett_FoxNews",
"class_label": "missing_or_found_people"
},
{
"tweet_id": 1001561317453463552,
"tweet_text": "The National Guardman that was swept away by flood waters in Ellicott City, Maryland while trying to rescue a woman and her cat was found dead Tuesday in the Patapsco River, Howard County Police said.",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 1003677801038348288,
"tweet_text": "A look at how torrential rains brought epic flash floods to Maryland.",
"class_label": "other_relevant_information"
},
{
"tweet_id": 1001427400540946434,
"tweet_text": "RT @RickeySmiley: Praying for the people of #EllicottCity, #Maryland as they battle the horrible #flooding in their city:",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1001778806699552769,
"tweet_text": "#EllicottCityFlood happened once again, killing one brave man and decimating businesses. @chrissyteigen please share to spread awareness for the community destroyed by a flash flood this past weekend. Supplies like gloves and trash bags would go a long way! #ECStrong #PleaseShare",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 1001185594410582016,
"tweet_text": "Ellicott City, Maryland flooding: Dangerous flood #waters hit city still recovering from 2016 flood: CBS News #ecology",
"class_label": "caution_and_advice"
},
{
"tweet_id": 1001360608430829570,
"tweet_text": "Washed away real quick: Missing Md. man was trying to help woman trapped by flood Washington Post Historic Maryland Town Hit by a Second Devastating Flood Since 2016 Wall Street Journal They have",
"class_label": "missing_or_found_people"
},
{
"tweet_id": 1001226245588254721,
"tweet_text": "I liked a @YouTube video Even More SHOCKING VIDEO of flooding in ellicott city flashfloods in Maryland",
"class_label": "other_relevant_information"
},
{
"tweet_id": 1004068150688673792,
"tweet_text": "@mschlapp Instead of googling poverty take a drive to rural Maryland or Virginia where the Trump signs stand proudly. Ask them how many have been kicked off medical and how price went up & services down. Ask about the daily heroin deaths and 30hr week min wage jobs.",
"class_label": "not_humanitarian"
},
{
"tweet_id": 1001479106016567296,
"tweet_text": "Radio Chatter! B | Source: #VE5JL | ARES Activated in Eight Maryland Counties for Severe Flooding #hamradio - Amateur Radio Emergency S #BCRLiveStream",
"class_label": "other_relevant_information"
},
{
"tweet_id": 1001424113284464640,
"tweet_text": "RT @johnmccaa: National Guardsman swept away by flash floods in Maryland after trying to rescue womans cat - NY Daily News /",
"class_label": "missing_or_found_people"
},
{
"tweet_id": 1001169442087239685,
"tweet_text": "Please say prayers for this BRAVE HERO, Eddison Hermond, who selflessly put his life on the line for others. ὤFἿBὤFἿBὤFἿBὤFἿBὤFἿB Ellicott City, Maryland flash floods leave National Guard member missing, devastate town recovering from 2016 deluge",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1001350091138093057,
"tweet_text": "Maryland is in a state of crisis due to devastating floods on and down the Main Street of Baltimore, specifically Elliott City. From other reports, the city barely surpassed two years from a similar flood that devastated the city prior to this flood. #dshipkaPR",
"class_label": "other_relevant_information"
},
{
"tweet_id": 1001172460446867456,
"tweet_text": "Since [the last major flood in] 2016, in 22 months, we have done a lot of effort to get moving. Its just, you cant get that much done 22 months, official says on efforts to prevent massive flooding in Ellicott, Maryland",
"class_label": "other_relevant_information"
},
{
"tweet_id": 1001514282218065922,
"tweet_text": "Radio Chatter! B | Source: #QRZnow | Amateur Radio Emergency Service (ARES®) #HamRadio #BCRLiveStream",
"class_label": "other_relevant_information"
},
{
"tweet_id": 1001905165828591617,
"tweet_text": "This is what you get from geoengineering: Flash flooding in Baltimore. #baltimore #ma #flashflooding #geoengineering #chemtrails #weathermanipulation #weatherwar",
"class_label": "other_relevant_information"
},
{
"tweet_id": 1001554965997936640,
"tweet_text": "Clean up operation continues after floods rip through Maryland",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 1001453284400484353,
"tweet_text": "Top story: Maryland floods: The city where roads turned to rivers - BBC News , see more",
"class_label": "infrastructure_and_utility_damage"
},
{
"tweet_id": 1001448282122543105,
"tweet_text": "The Maryland floods look crazy",
"class_label": "not_humanitarian"
},
{
"tweet_id": 1003623564262760449,
"tweet_text": "Still much flooding in Maryland, Virginia and West Virginia. Stay safe!",
"class_label": "caution_and_advice"
},
{
"tweet_id": 1002826542798528512,
"tweet_text": "You think youre in the clear, huh? WRONG! The flash floods in Maryland last Sunday was just a SMALL TASTE of the MORE HARSH JUDGMENTS which will ensue!",
"class_label": "not_humanitarian"
},
{
"tweet_id": 1001179344360755200,
"tweet_text": "RT @KTLAMorningNews: Maryland Governor Declares State of Emergency as Heavy Flooding Ravages Baltimore Region",
"class_label": "caution_and_advice"
},
{
"tweet_id": 1001162370390155264,
"tweet_text": "Officials in Maryland are looking for a National Guard member and Air Force veteran they say was swept away in weekend floods",
"class_label": "missing_or_found_people"
},
{
"tweet_id": 1001540545695682566,
"tweet_text": "A body was discovered in a Maryland river Tuesday afternoon while authorities were searching for a National Guardsman who was reported missing hours after flash floods devastated Maryland’s Ellicott City on Sunday.",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 1001338166362554368,
"tweet_text": "Newsweek Man Remains Missing as Ellicott City, Maryland, Begins Cleaning Up After Flood The Weather Channel For the second time in two years, Ellicott City, Maryland, dealt with extreme flooding Sunday after a half-foot of rain fell in two hours.",
"class_label": "missing_or_found_people"
}
] |