Working on #98 : Persist attribute value when global_truth is set to true

This commit is contained in:
2021-08-03 11:26:57 +02:00
parent e69745adc8
commit c798c2c570
22 changed files with 496 additions and 106 deletions
+1 -1
View File
@@ -231,7 +231,7 @@ class SequenceNodeParser(BaseNodeParser):
:param concept:
:return:
"""
return len(concept.get_metadata().variables) == 0 \
return len(concept.get_metadata().parameters) == 0 \
and concept.get_metadata().definition_type != DEFINITION_TYPE_BNF
def get_concepts(self, token, to_keep, custom=None, to_map=None, strip_quotes=False):