Make remix model more powerful.

Accept elements in the remix that are not present in the
subtrees.
This commit is contained in:
kenkeiras 2017-05-24 20:30:50 +02:00
parent d029ecd91d
commit bbba6b75e1
3 changed files with 25 additions and 12 deletions

View file

@ -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,