From f0fdd39e1b87ca5b320e84c22d64062dbf3b019b Mon Sep 17 00:00:00 2001 From: Kunal Kasodekar Date: Fri, 9 Oct 2020 03:32:50 +0530 Subject: [PATCH 1/4] Updated words_dir/tweet_historical_events.py. Added historical event. --- words_dir/tweet_historical_events.py | 1 + 1 file changed, 1 insertion(+) diff --git a/words_dir/tweet_historical_events.py b/words_dir/tweet_historical_events.py index ad47728..1433b5e 100644 --- a/words_dir/tweet_historical_events.py +++ b/words_dir/tweet_historical_events.py @@ -63,6 +63,7 @@ '1998-04-01': 'Martin Luther King Jr.`s widow, Coretta Scott King, asks the civil rights community to help in the effort to extinguish homophobia. https://www.cnn.com/2013/08/23/us/coretta-scott-king-fast-facts/index.html', # 2000s + '2001-04-01': 'The Netherlands became the first country to legalize same-sex marriages. https://en.wikipedia.org/wiki/Same-sex_marriage_in_the_Netherlands', '2004-05-17': 'The first legal same-sex marriage in the United States takes place in Massachusetts https://www.npr.org/2019/05/17/723649385/the-1st-legally-married-same-sex-couple-wanted-to-lead-by-example', '2005-07-20': 'The enactment of the Civil Marriage Act allows same-sex couples to be married anywhere in Canada. http://laws-lois.justice.gc.ca/eng/acts/c-31.5/page-1.html', '2005-09-06': 'The California legislature becomes the first to pass a bill allowing marriage between same-sex couples. Governor Arnold Schwarzenegger vetoes the bill. https://www.nytimes.com/2005/09/06/national/california-legislature-approves-samesex-marriage-bill.html', From 86fef5e29bcd14762f01997e6c66f4d431e09a61 Mon Sep 17 00:00:00 2001 From: Kunal Kasodekar Date: Fri, 9 Oct 2020 19:32:28 +0530 Subject: [PATCH 2/4] Updated tweet_nouns.py --- words_dir/tweet_nouns.py | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/words_dir/tweet_nouns.py b/words_dir/tweet_nouns.py index 60cf2c4..9e81321 100644 --- a/words_dir/tweet_nouns.py +++ b/words_dir/tweet_nouns.py @@ -347,7 +347,17 @@ 'flower 🌹', 'sunflower 🌻', 'aurora', - + 'meadow', + 'rainforest', + 'volcano', + 'petrichor', + 'cliff', + 'coast', + 'cave', + 'desert' + 'sleet', + 'stars', + # classroom objects 'pencil', 'pen', From 3b87786141342f3bcd03bcfe0d57193ded3dbc75 Mon Sep 17 00:00:00 2001 From: Kunal Kasodekar Date: Fri, 9 Oct 2020 20:04:59 +0530 Subject: [PATCH 3/4] Added missing comma. --- words_dir/tweet_nouns.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/words_dir/tweet_nouns.py b/words_dir/tweet_nouns.py index 9e81321..2773fda 100644 --- a/words_dir/tweet_nouns.py +++ b/words_dir/tweet_nouns.py @@ -354,7 +354,7 @@ 'cliff', 'coast', 'cave', - 'desert' + 'desert, 'sleet', 'stars', From 08ddd37c300261cdb66d6c8e3a3a97b9c5b0f8b6 Mon Sep 17 00:00:00 2001 From: Kunal Kasodekar Date: Fri, 9 Oct 2020 20:30:35 +0530 Subject: [PATCH 4/4] Fixed missing quotation. --- words_dir/tweet_nouns.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/words_dir/tweet_nouns.py b/words_dir/tweet_nouns.py index 2773fda..64bfd27 100644 --- a/words_dir/tweet_nouns.py +++ b/words_dir/tweet_nouns.py @@ -354,7 +354,7 @@ 'cliff', 'coast', 'cave', - 'desert, + 'desert', 'sleet', 'stars',