Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Proc: Var needs normalization #1

Open
PtrMan opened this issue Aug 21, 2021 · 0 comments
Open

Proc: Var needs normalization #1

PtrMan opened this issue Aug 21, 2021 · 0 comments

Comments

@PtrMan
Copy link
Owner

PtrMan commented Aug 21, 2021

current behaviour:

  • 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!

@PtrMan PtrMan changed the title Proc Var needs normalization Proc; Var needs normalization Aug 21, 2021
@PtrMan PtrMan changed the title Proc; Var needs normalization Proc: Var needs normalization Aug 21, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant