Closed patham9 closed 8 years ago
@patham9, this conclusion is reduced to
{:statement [<-> Birdie Tweety],
:task-type :belief,
:occurrence 1000,
:truth [0.9 0.9]}
by normalization rule for similarity which you can find here https://github.com/opennars/opennars2/blob/deriver/src/nal/deriver/normalization.clj#L114
(defn reduce-similarity
[st]
(m/match st
['<-> ['ext-set s] ['ext-set p]] ['<-> s p]
['<-> ['int-set s] ['int-set p]] ['<-> s p]
:else st))
fixed
Special theorem-implication rules of NAL2 are not working yet. However since these ones are rarely used and of low practical relevance, this is a low priority issue. After this one is fixed NAL2 will be fully supported: