Skip to content

Commit

Permalink
small grammatical updates
Browse files Browse the repository at this point in the history
removed two instances of repeated words
  • Loading branch information
cullinap authored Jun 23, 2021
1 parent 39f3364 commit 9d1f07a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions notebooks/Analyze_Text.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"source": [
"# Introduction\n",
"\n",
"This notebook shows how the open source library [Text Extensions for Pandas](https://github.com/CODAIT/text-extensions-for-pandas) lets you use use [Pandas](https://pandas.pydata.org/) DataFrames and the [Watson Natural Language Understanding](https://www.ibm.com/cloud/watson-natural-language-understanding) service to analyze natural language text. \n",
"This notebook shows how the open source library [Text Extensions for Pandas](https://github.com/CODAIT/text-extensions-for-pandas) lets you use [Pandas](https://pandas.pydata.org/) DataFrames and the [Watson Natural Language Understanding](https://www.ibm.com/cloud/watson-natural-language-understanding) service to analyze natural language text. \n",
"\n",
"We start out with an excerpt from the [plot synopsis from the Wikipedia page\n",
"for *Monty Python and the Holy Grail*](https://en.wikipedia.org/wiki/Monty_Python_and_the_Holy_Grail#Plot). \n",
Expand Down Expand Up @@ -1220,7 +1220,7 @@
"source": [
"That's it. With the DataFrame version of this data, we can perform our example task with **one line of code**.\n",
"\n",
"Specifically, we use a Pandas selection condition to filter out the tokens that aren't pronouns, and then then we \n",
"Specifically, we use a Pandas selection condition to filter out the tokens that aren't pronouns, and then we \n",
"project down to the columns containing sentence and token spans. The result is another DataFrame that \n",
"we can display directly in our Jupyter notebook."
]
Expand Down

0 comments on commit 9d1f07a

Please sign in to comment.