Make remix model more powerful.
Accept elements in the remix that are not present in the subtrees.
This commit is contained in:
parent
d029ecd91d
commit
bbba6b75e1
3 changed files with 25 additions and 12 deletions
|
@ -36,7 +36,7 @@ examples = [
|
|||
('full_example',
|
||||
{
|
||||
"text": "Is it hot during the summer?",
|
||||
"affirmation": "it is hot during the summer",
|
||||
"affirmation": "it is hot during summer",
|
||||
"parsed": ("question",
|
||||
("implies", 'summer', 'hot')),
|
||||
"answer": True,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue