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

Bug Fix (Backward inference) #55

Merged
merged 3 commits into from
Nov 14, 2023
Merged

Bug Fix (Backward inference) #55

merged 3 commits into from
Nov 14, 2023

Conversation

bowen-xu
Copy link
Collaborator

@bowen-xu bowen-xu changed the title bug fix Bug Fix (Backward inference) Nov 13, 2023
@@ -112,7 +112,8 @@ def match(cls, task: Task, belief: Belief, term_belief: Term, task_link, term_li
if task == belief:
if task.sentence.punct == belief.sentence.punct:
is_revision = revisible(task, belief)
elif task.term.equal(belief.term):
elif task.term.identical(belief.term):
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

<bird --> swimmer>. and <?1 --> swimmer>? are not identical

@bowen-xu
Copy link
Collaborator Author

image

@maxeeem maxeeem merged commit 97e26f4 into dev Nov 14, 2023
1 check failed
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

Successfully merging this pull request may close these issues.

2 participants