Define a structure to represent meaning, it should be retrieved using graph comparison.
Each definition has a type. Type defines what kind of meaning it describes. Eg: action, being, characteristic, historical event, place (basically the main concepts).
Each definition of meaning has a list of rules.
There are a few types of rules
has (the concept has this attribute)
action (the instance of the concept performed the specific action)
Define a structure to represent meaning, it should be retrieved using graph comparison.
Each definition has a type. Type defines what kind of meaning it describes. Eg: action, being, characteristic, historical event, place (basically the main concepts).
Each definition of meaning has a list of rules. There are a few types of rules has (the concept has this attribute) action (the instance of the concept performed the specific action)
Eg "French":
(Passive meaning) "French" ->
Definition of Person by Google: Person -> Being has specie: "Homo sapiens" Human -> Being has specie: "Homo sapiens"
Being -> Thing(root concept) has life
Duplicate #42