This counts as one of my questions, so I will just ask the question here if you can assist please with the next three. Build a CKY table to parse each sentence below. Also for the 3 invalid sentences below.  Go to South Padre Get a hotel On the beach I want a view Love the sunrise A nice vacation Book a boat I love water Need this trip Waves are high Prefer the boat I enjoy speed   3 Invalid Sentences: Like boat to Trip vacation to Hotel want to   CFG: S -> NP VP NP -> 'I' | 'Texas' | 'South Padre' | 'hotel' | 'beach' | 'view' | 'sunrise' | 'vacation' | 'boat' | 'water' | 'trip' | 'waves' | 'speed' VP -> 'want' 'to' V | 'like' NP | 'Go' 'to' NP | 'Get' 'a' NP | 'On' 'the' NP | 'Love' 'the' NP | 'Book' 'a' NP | 'Need' 'this' NP | 'Prefer' 'the' NP | 'enjoy' NP V -> 'travel' | 'swim' | 'be'   CFG converted into CNF: S → NP VP NP → N1 | N2 | N3 | N4 | N5 | N6 | N7 | N8 | N9 | N10 | N11 | N12 | N13 | N14 VP → V1 VP2 | V2 NP | V3 NP | V4 NP | V5 NP | V6 NP | V7 NP | V8 NP | V9 NP | V10 NP N1 → 'I' N2 → 'Texas' N3 → 'South Padre' N4 → 'hotel' N5 → 'beach' N6 → 'view' N7 → 'sunrise' N8 → 'vacation' N9 → 'boat' N10 → 'water' N11 → 'trip' N12 → 'waves' N13 → 'speed' V1 → 'want' 'to' V2 → 'like' V3 → 'Go' 'to' V4 → 'Get' 'a' V5 → 'On' 'the' V6 → 'Love' 'the' V7 → 'Book' 'a' V8 → 'Need' 'this' V9 → 'Prefer' 'the' V10 → 'enjoy' S → ε

Database System Concepts
7th Edition
ISBN:9780078022159
Author:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Chapter1: Introduction
Section: Chapter Questions
Problem 1PE
icon
Related questions
Question
100%

This counts as one of my questions, so I will just ask the question here if you can assist please with the next three. Build a CKY table to parse each sentence below. Also for the 3 invalid sentences below. 

Go to South Padre

Get a hotel

On the beach

I want a view

Love the sunrise

A nice vacation

Book a boat

I love water

Need this trip

Waves are high

Prefer the boat

I enjoy speed

 

3 Invalid Sentences:

Like boat to

Trip vacation to

Hotel want to

 

CFG:

S -> NP VP

NP -> 'I' | 'Texas' | 'South Padre' | 'hotel' | 'beach' | 'view' | 'sunrise' | 'vacation' | 'boat' | 'water' | 'trip' | 'waves' | 'speed'

VP -> 'want' 'to' V | 'like' NP | 'Go' 'to' NP | 'Get' 'a' NP | 'On' 'the' NP | 'Love' 'the' NP | 'Book' 'a' NP | 'Need' 'this' NP | 'Prefer' 'the' NP | 'enjoy' NP

V -> 'travel' | 'swim' | 'be'

 

CFG converted into CNF:

S → NP VP

NP → N1 | N2 | N3 | N4 | N5 | N6 | N7 | N8 | N9 | N10 | N11 | N12 | N13 | N14

VP → V1 VP2 | V2 NP | V3 NP | V4 NP | V5 NP | V6 NP | V7 NP | V8 NP | V9 NP | V10 NP

N1 → 'I'

N2 → 'Texas'

N3 → 'South Padre'

N4 → 'hotel'

N5 → 'beach'

N6 → 'view'

N7 → 'sunrise'

N8 → 'vacation'

N9 → 'boat'

N10 → 'water'

N11 → 'trip'

N12 → 'waves'

N13 → 'speed'

V1 → 'want' 'to'

V2 → 'like'

V3 → 'Go' 'to'

V4 → 'Get' 'a'

V5 → 'On' 'the'

V6 → 'Love' 'the'

V7 → 'Book' 'a'

V8 → 'Need' 'this'

V9 → 'Prefer' 'the'

V10 → 'enjoy'

S → ε

Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 8 steps

Blurred answer
Follow-up Questions
Read through expert solutions to related follow-up questions below.
Follow-up Question

Can you assist with these please? Build a CKY table to parse each sentence below. 

I want a view

Love the sunrise

A nice vacation

Book a boat

I love water

Need this trip

Waves are high

Prefer the boat

I enjoy speed

 

CFG:

S -> NP VP

NP -> 'I' | 'Texas' | 'South Padre' | 'hotel' | 'beach' | 'view' | 'sunrise' | 'vacation' | 'boat' | 'water' | 'trip' | 'waves' | 'speed'

VP -> 'want' 'to' V | 'like' NP | 'Go' 'to' NP | 'Get' 'a' NP | 'On' 'the' NP | 'Love' 'the' NP | 'Book' 'a' NP | 'Need' 'this' NP | 'Prefer' 'the' NP | 'enjoy' NP

V -> 'travel' | 'swim' | 'be'

 

CFG converted into CNF:

S → NP VP

NP → N1 | N2 | N3 | N4 | N5 | N6 | N7 | N8 | N9 | N10 | N11 | N12 | N13 | N14

VP → V1 VP2 | V2 NP | V3 NP | V4 NP | V5 NP | V6 NP | V7 NP | V8 NP | V9 NP | V10 NP

N1 → 'I'

N2 → 'Texas'

N3 → 'South Padre'

N4 → 'hotel'

N5 → 'beach'

N6 → 'view'

N7 → 'sunrise'

N8 → 'vacation'

N9 → 'boat'

N10 → 'water'

N11 → 'trip'

N12 → 'waves'

N13 → 'speed'

V1 → 'want' 'to'

V2 → 'like'

V3 → 'Go' 'to'

V4 → 'Get' 'a'

V5 → 'On' 'the'

V6 → 'Love' 'the'

V7 → 'Book' 'a'

V8 → 'Need' 'this'

V9 → 'Prefer' 'the'

V10 → 'enjoy'

S → ε

Solution
Bartleby Expert
SEE SOLUTION
Knowledge Booster
Predicate
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Recommended textbooks for you
Database System Concepts
Database System Concepts
Computer Science
ISBN:
9780078022159
Author:
Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:
McGraw-Hill Education
Starting Out with Python (4th Edition)
Starting Out with Python (4th Edition)
Computer Science
ISBN:
9780134444321
Author:
Tony Gaddis
Publisher:
PEARSON
Digital Fundamentals (11th Edition)
Digital Fundamentals (11th Edition)
Computer Science
ISBN:
9780132737968
Author:
Thomas L. Floyd
Publisher:
PEARSON
C How to Program (8th Edition)
C How to Program (8th Edition)
Computer Science
ISBN:
9780133976892
Author:
Paul J. Deitel, Harvey Deitel
Publisher:
PEARSON
Database Systems: Design, Implementation, & Manag…
Database Systems: Design, Implementation, & Manag…
Computer Science
ISBN:
9781337627900
Author:
Carlos Coronel, Steven Morris
Publisher:
Cengage Learning
Programmable Logic Controllers
Programmable Logic Controllers
Computer Science
ISBN:
9780073373843
Author:
Frank D. Petruzella
Publisher:
McGraw-Hill Education