Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Intro to NLP: Hello there Kindly assist me with this task. * To write the code and do line comments. (If you feel I will

Intro to NLP:

Hello there

Kindly assist me with this task.

* To write the code and do line comments.

(If you feel I will benefit with a short explanation at the end of the program then kindly include too -- Thank you )

image text in transcribed

# === Your task ==============================================================

# Let's have some 'fun'.

# Go to http://en.wikipedia.org/wiki/Garden_path_sentence and have a brief read

# at what a 'Garden Path sentence' is (at the top) and look at the 'Examples'

# Create the file garden.py for this task.

# 1. Use some Garden Path sentences or think up your own (at least 5).

# 2. Tokenise and perform Entity recognition for each of the sentences

# after you have stored them in a list called gardenpathSentences.

# 3. See how spaCy has categorised these sentences and look up the entities you

# don't understand

# 4. At the bottom of your file, write a comment about two unusual entities

# you found that spaCy gave one of the words of your sentences - did you expect this?

Thank you in advance for your help :)

\# Let's have some 'fun'. \# Go to http://en.wikipedia.org/wiki/Garden_path_sentence and have a brief read \# at what a 'Garden Path sentence' is (at the top) and look at the 'Examples' \# create the file garden.py for this task. \# 1. Use some Garden Path sentences or think up your own (at least 5). \# 2. Tokenise and perform Entity recognition for each of the sentences \# after you have stored them in a list called gardenpathsentences. \# 3. See how spacy has categorised these sentences and look up the entities you \# don't understand \# 4. At the bottom of your file, write a comment about two unusual entities \# you found that spacy gave one of the words of your sentences - did you expect this

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Oracle 12c SQL

Authors: Joan Casteel

3rd edition

1305251032, 978-1305251038

More Books

Students also viewed these Databases questions