Working on #98 : Persist attribute value when global_truth is set to true
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user