-
Notifications
You must be signed in to change notification settings - Fork 5
Concept Linking
Christian H edited this page May 22, 2021
·
1 revision
Algorithm to find semantically related concepts: https://github.com/ccrock4t/NARS-Python/blob/main/Documentation/Algorithm%20to%20find%20semantically%20related%20concepts.docx
Concepts have multiple links between each other:
- Term Link - provides a symmetric link between the term in question and one of its immediate subterms, or a link between the term in question and one of its immediate superterms
- Prediction Link - provides an asymmetric link from the term in question to another term that it implies.
- Explanation Link - provides an asymmetric link from another term that implies the term in question.