Skip to content

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:

  1. 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
  2. Prediction Link - provides an asymmetric link from the term in question to another term that it implies.
  3. Explanation Link - provides an asymmetric link from another term that implies the term in question.

Clone this wiki locally