You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
introduce var for proc when adding proc knowledge
ex: <(a --> [b], ^X(a)) =/> Z>
|- <(#55 --> [b], ^X(#55)) =/> Z>
expected behaviour:
ex: <(a --> [b], ^X(a)) =/> Z>
|- <(#55 --> [b], ^X(#55)) =/> Z>
+ normalize sentence with var and try to revise other existing knowledge with it, add to knowledge if no knowledge was found!
The text was updated successfully, but these errors were encountered:
PtrMan
changed the title
Proc Var needs normalization
Proc; Var needs normalization
Aug 21, 2021
PtrMan
changed the title
Proc; Var needs normalization
Proc: Var needs normalization
Aug 21, 2021
current behaviour:
ex:
<(a --> [b], ^X(a)) =/> Z>
|-
<(#55 --> [b], ^X(#55)) =/> Z>
expected behaviour:
ex:
<(a --> [b], ^X(a)) =/> Z>
|-
<(#55 --> [b], ^X(#55)) =/> Z>
+ normalize sentence with var and try to revise other existing knowledge with it, add to knowledge if no knowledge was found!
The text was updated successfully, but these errors were encountered: