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
Is your feature request related to a problem? Please describe.
When Faced with this statement and question stream;
The dog is an animal.
Mickey is a dog.
Is Mickey an animal?
The program need to compare indirectly linked nouns between Mickey and animal to find out if the answer is Yes or No.
Describe the solution you'd like
After the user input stream described above, the response should be a simple Yes.
Describe alternatives you've considered
None
Additional context
If the association had been taking place properly before hand, the information is available to formulate the answer.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
When Faced with this statement and question stream;
The dog is an animal.
Mickey is a dog.
Is Mickey an animal?
The program need to compare indirectly linked nouns between Mickey and animal to find out if the answer is Yes or No.
Describe the solution you'd like
After the user input stream described above, the response should be a simple Yes.
Describe alternatives you've considered
None
Additional context
If the association had been taking place properly before hand, the information is available to formulate the answer.
The text was updated successfully, but these errors were encountered: