Implemented a first and basic version of a Rete rule engine
This commit is contained in:
@@ -136,7 +136,7 @@ class TestBnfNodeParser(TestUsingMemoryBasedSheerka):
|
||||
sheerka.set_isa(context, sheerka.new("thousands"), sheerka.new("number"))
|
||||
|
||||
cls.shared_ontology = sheerka.get_ontology(context)
|
||||
sheerka.pop_ontology()
|
||||
sheerka.pop_ontology(context)
|
||||
|
||||
@staticmethod
|
||||
def update_bnf(context, concept):
|
||||
|
||||
Reference in New Issue
Block a user