Sorry, this is a Java applet. Use the text-hyperlinks at the bottom of the page to navigate.   PROJECT AI   pink_but.gif (965 bytes)
Interface Modes
Sorry, this is a Java applet. Use the text-hyperlinks at the bottom of the page to navigate.
 

Language Processing--Sentence Parsing Example

 
T.gif (999 bytes)he sentence to be parsed is: "Jimbo saw Ahab in the park with a telescope."  This complex sentence will produce the following possible sentence diagrams.  Try to guess what the parsing would mean to a computer and then read the explanation on the right.  Use the key to understand what the abbreviations mean.

Abbreviations To Parsed Parts

S=sentence
NP=noun phrase
VP=verb phrase
PP=prepositional phrase
N=noun
V=verb
P=preposition
D=determiner

 

Possibility #1

Diagram

Explanation

lang_ex2.gif (2858 bytes)

The situation this sentence is conveying when parsed in this way is that Jimbo used a telescope to see Ahab in the park.
Possibility #2

lang_ex3.gif (2797 bytes)

The second diagram states that Jimbo saw Ahab... and that's all one knows about him.  Ahab, on the other hand, apparently was in the park holding a telescope.
Possibility #3 lang_ex4.gif (2784 bytes)

This diagram depicts Jimbo was in the park and used the telescope to see Ahab.

Possibility #4 lang_ex5.gif (2892 bytes) The diagram meant that while Jimbo was in the park, he used the telescope to see Ahab.
Possibility #5 lang_ex6.gif (2805 bytes) Again, here, Jimbo used the telescope to see Ahab who was at the park.

This example of ambiguity shows how difficult it is for a computer to understand what a sentence means--some ways to interpret the sentence produce similar meanings while other ways produce totally different pictures of the situation.    People in everyday language often use ambiguous sentences like the one above, but the meaning is usually derived from intuition which includes past knowledge from the same conversation or from an old one.  A simple dialogue illustrates this point rather well:

"Where is it?"
"What?"
"You know."
"Where do you think it is?"
"Oh."

What "it" is and its location is never expressed, but the two people involved in this conversation knows both facts because they share a common past knowledge on the topic, i.e. implied knowledge.  Though everyday conversation is not as intimate most of the time, there is a certain amount of shared knowledge that is not expressed as well.   This type of language often occurs as idioms whose literal meaning sometimes don't have anything to do with its deeper, relevant meaning.  Why does a house "burns down" while paper "burns up?"  That is why foreigners just learning English, for example, often become confused in the way native-speakers express themselves.

 
Go to Top

 

Parent Page Next
botbar.gif (1032 bytes)   Interface Modes   LCARS Online  

[ Start | Links | Resources | Glossary | Help | About ]

[ Introductions | Thoughts on Thought | Language | Brain & Computer | Pattern-Recognition | AI Components |
Applications | To Be Human | The Future ]

Current Mode: [ JavaOptional Modes:  [ No Java | Text Only ]