Add unpassed test.
This commit is contained in:
parent
0160afa0ea
commit
ec17fca6cf
@ -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 = {
|
||||||
|
Loading…
Reference in New Issue
Block a user