From 920c80b49f0b523022701cac63eb42afaa1f0f09 Mon Sep 17 00:00:00 2001 From: Pietro Monticone <38562595+pitmonticone@users.noreply.github.com> Date: Fri, 2 Jul 2021 16:23:59 +0200 Subject: [PATCH] Update 0-appendix.md Added a few missing periods "." --- modules/0-appendix.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/modules/0-appendix.md b/modules/0-appendix.md index f2554ef..f740d6e 100644 --- a/modules/0-appendix.md +++ b/modules/0-appendix.md @@ -15,15 +15,15 @@ In the context of the Twitter API, when you want to request Tweets from Twitter, ## Installing Python -Checkout [this tutorial](https://realpython.com/installing-python/) that explains how to install Python on your computer +Checkout [this tutorial](https://realpython.com/installing-python/) that explains how to install Python on your computer. ## Introductory course for Python -Here is a [list of beginners guides](https://wiki.python.org/moin/BeginnersGuide/Programmers) for Python +Here is a [list of beginners guides](https://wiki.python.org/moin/BeginnersGuide/Programmers) for Python. ## Installing R and introductory course on R -Check out [this guide](https://rstudio-education.github.io/hopr/starting.html) that explains how to install R and Rstudio on your computer and provides an introduction to getting started in R +Check out [this guide](https://rstudio-education.github.io/hopr/starting.html) that explains how to install R and Rstudio on your computer and provides an introduction to getting started in R. ## Endpoint @@ -62,7 +62,7 @@ Every day many thousands of developers make requests to the Twitter developer pl ## Search query -In order to get data from the Twitter API using search endpoints (recent search and full-archive search), you have to specify the kind of data you are looking for. In order to describe this data, you need to write a search query that consists of operators (described below) +In order to get data from the Twitter API using search endpoints (recent search and full-archive search), you have to specify the kind of data you are looking for. In order to describe this data, you need to write a search query that consists of operators (described below). ## Rules @@ -86,7 +86,7 @@ Conversation thread refers to the full conversation from a Tweet including all t ## Apps -[Apps](https://developer.twitter.com/en/docs/apps/overview) are placeholders for your keys and [tokens](https://developer.twitter.com/en/docs/authentication/oauth-2-0/bearer-tokens), that you need in order to connect to the Twitter API +[Apps](https://developer.twitter.com/en/docs/apps/overview) are placeholders for your keys and [tokens](https://developer.twitter.com/en/docs/authentication/oauth-2-0/bearer-tokens), that you need in order to connect to the Twitter API. ## Tweet cap @@ -114,11 +114,11 @@ Historical data refers to the Tweets from the past and are obtained from endpoin ## Follower graph -The follower graph refers to the network and relationship of users on Twitter +The follower graph refers to the network and relationship of users on Twitter. ## Text mining -It refers to the the process of deriving analytics and insights from Text +It refers to the the process of deriving analytics and insights from Text. ## Named entity-recognition