Implemented ConceptManager with concept creation, modification and deletion

This commit is contained in:
2020-12-08 15:36:21 +01:00
parent d364878ddb
commit 4b6e1dd55b
40 changed files with 1847 additions and 979 deletions
+7
View File
@@ -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 = []