We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
To slightly ease the usage of the URE and make it appear more as an extension of the pattern matcher, it would be nice to introduce
BackwardChainerGetLink
which would be a scope link that can be executed by the atomese interpreter and yield a similar output to GetLink.
GetLink
For example, executing the following
(cog-execute! (BackwardChainerGet (TypedVariable (Variable "$X") (Type "ConceptNode")) (Inheritance (Concept "A")) (Variable "$X") <rule-base-with-deduction-rule>))
on the KB described in issue opencog/atomspace#2472 would yield the following
(Set (Concept "B") (Concept "C") (Concept "D") (Concept "F"))
The text was updated successfully, but these errors were encountered:
ngeiswei
No branches or pull requests
Proposal
To slightly ease the usage of the URE and make it appear more as an extension of the pattern matcher, it would be nice to introduce
which would be a scope link that can be executed by the atomese interpreter and yield a similar output to
GetLink
.Example
For example, executing the following
on the KB described in issue opencog/atomspace#2472 would yield the following
The text was updated successfully, but these errors were encountered: