Mind Mapping :
1. Create a database structure, this will be simple one
dictionary: this will hold word tokes
link: this will hold relations between tokens.
2. Create procedure to update datbase?
This willl be done by calling a procedure like
MndGbrMappThread( "I have blue car");
3. Create a Query to retrive relations
This will be herustic one like:
this will have two parameters (At initial stage)
MndGbrQuery("Blue", "Plane");
Result in everything related where Blue and Plane are related:
Result:
I have Blue car
Sky is Blue
Plane flying in Sky
This staments are retrived by link
Plane-Sky-Blue
4. Example to create knowledge database
Knowledge database will be in form of tree like
1. I have blue car
2. Sky is blue
3. Plane flying in Sky
4. I work for a company IMG.
5. IMG is Consumer-product base company.
6. Radio is Consumer-product.
6. BMW is a car
Wednesday, August 15, 2007
Thursday, July 26, 2007
Subscribe to:
Comments (Atom)