Fixed #68: Implement SheerkaQL
Fixed #70: SheerkaFilterManager : Pipe functions Fixed #71: SheerkaFilterManager : filter_objects Fixed #75: SheerkaMemory: Enhance memory() to use the filtering capabilities Fixed #76: SheerkaEvaluateConcept: Concepts that modify the state of the system must not be evaluated during question
This commit is contained in:
@@ -210,7 +210,7 @@ class ConceptNode(LexerNode):
|
||||
def as_bag(self):
|
||||
"""
|
||||
Creates a dictionary with the useful properties of the ConceptNode
|
||||
see Concept.as_bag() for extra informations
|
||||
see Concept.as_bag() for extra information
|
||||
"""
|
||||
bag = {}
|
||||
for k, v in self.__dict__.items():
|
||||
|
||||
Reference in New Issue
Block a user