First steps of ConceptLexer. Need to update DefaultParser before continuing
This commit is contained in:
@@ -125,7 +125,7 @@ def test_i_can_detect_concept_from_tokens():
|
||||
|
||||
|
||||
def get_context():
|
||||
sheerka = Sheerka()
|
||||
sheerka = Sheerka(skip_builtins_in_db=True)
|
||||
sheerka.initialize("mem://")
|
||||
|
||||
return ExecutionContext("sheerka", "xxxx", sheerka)
|
||||
|
||||
Reference in New Issue
Block a user