AI-Trader Shell
This page accomodates a Java applet which serves as an interface to the
AI-Trader, a knowledge based service mediator. In this initial version
we only support a shell like interface, i.e. you have to know the
commands to access the AI-Trader (see the end of this page for a short
command syntax summary). More information about
the AI-Trader can be obtained at its
homepage. Comments on this page can be send to aitrader@informatik.uni-frankfurt.de.
To get started you might want to try one of the following commands:
- @are-related cat : 'IS_A', 'SYNONYM' : animal
- Test if the words cat and animal are related via the
relations IS_A and SYNONYM.
- @get-relation-pred something : 'IS_A'
- Get all words from the lexicographical database, which are immediate
predecessors of the word something (which happens to be the top
node of the hierarchy) via the relation IS_A.
- @match 'Specialization' : [something]
- Match the query [something] (a conceptual graph consisting only of a
single concept) with all conceptual graphs stored in the knowledge base
using the matching rule called Specialization. This particular
query will retrieve all graphs stored in the knowledge base.
Take care to enter apostroph ('), not (`). On some keyboards the quote
on the key Shift-# is the WRONG one.
|
Lexicographical database management
Matching rules management
Conceptual graph management
Server provider management
Miscellaneous
mail to: aitrade@vsb.cs.uni-frankfurt.de, 22. May 1996