Implemented ConceptManager with concept creation, modification and deletion
This commit is contained in:
@@ -210,7 +210,7 @@ class TestExactConceptParser(TestUsingMemoryBasedSheerka):
|
||||
# def test_i_can_detect_concept_from_tokens(self):
|
||||
# context = self.get_context(self.get_sheerka(singleton=True))
|
||||
# concept = get_concept("hello world", [])
|
||||
# context.sheerka.add_in_cache(concept)
|
||||
# context.sheerka.test_only_add_in_cache(concept)
|
||||
#
|
||||
# source = "hello world"
|
||||
# results = ExactConceptParser().parse(context, list(Tokenizer(source)))
|
||||
|
||||
Reference in New Issue
Block a user