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

Replace Term_AsSentence() with a shared parser library from the ONA project. #14

Closed
kripper opened this issue May 12, 2024 · 0 comments
Closed

Comments

@kripper
Copy link

kripper commented May 12, 2024

(This issue is for https://github.com/opennars/NARS-GPT. Please also see #13)

When input is <door --> [front]>. :|:, ground() generates embeddings for door hasproperty front>. :|
And for the input <((<($1 * #1) --> isin> &/ <(nars * #1) --> isin>) &/ <({SELF} * $1) --> ^pick>) =/> <(nars * $1) --> pick>>, it generates embeddings for When '$1 isin #1 and when then nars isin #1' then '{SELF} ^pick $1' causes 'nars * $1 isa pick'

I believe the Term_AsSentence() should better use a shared library from the ONA project.

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