Implemented ConceptManager with concept creation, modification and deletion
This commit is contained in:
@@ -261,6 +261,13 @@ class SequenceNodeParser(BaseNodeParser):
|
||||
return make_unique(concepts_by_name + concepts_by_first_keyword, lambda c: c.id)
|
||||
|
||||
def get_concepts_sequences(self):
|
||||
"""
|
||||
Tries to find the concept.
|
||||
TODO: KSI 20201206
|
||||
I think that the code can be optimized as we create a new instance of each concept before validating
|
||||
that we are going to keep it.
|
||||
:return:
|
||||
"""
|
||||
|
||||
forked = []
|
||||
|
||||
|
||||
Reference in New Issue
Block a user