Information 
What's New
About Fido
Web Services
Tutorials
Developer Info
Download
Online Demo
 Other Links 
Source and project information at:

SourceForge Logo

For questions, email:
Chad Dionis

 Tutorial 1 - Part 5 
The system now knows how to resolve every noun phrase in the example sentence. Also, using the Verb table, each of the objects in the sentence is placed into the Frame, which tells the system the function of each object.

Now, using the verb string, the system will find which actions to perform. Because of the relationships, the steps must be entered backwards.

The lowest level of processing is an instruction. An instruction performs a single unit of work, such as linking two objects together.

Verbs strings are mapped to transactions, which have preconditions and postconditions. If the preconditions are met, the instruction in the transaction is called. Then the postconditions are executed. Pre and Post conditions are not used for this tutorial.

· Intro
· Next

Last modified: September 22 2002 00:35:20
© 2002 Fido Development Team