Add unpassed test.

This commit is contained in:
kenkeiras 2017-05-23 18:56:04 +02:00
parent 0160afa0ea
commit ec17fca6cf

View File

@ -47,6 +47,12 @@ examples = [
"text": "a wale can swim", "text": "a wale can swim",
"parsed": ("has-capacity", 'wale', 'swim') "parsed": ("has-capacity", 'wale', 'swim')
}, },
{
"text": "if earth is a planet, it is big",
"parsed": ("implies",
("pertenence-to-group", 'earth', 'planet'),
("exists-property-with-value", 'earth', 'big')),
},
] ]
base_knowledge = { base_knowledge = {