Added data structure to View class for storing output
from an EDL system or any system which has one to many output.
Changed as_json to only add "constituents" and "labelsToScores" to
the output if they exist in the View.
Added a check in the constructor so that null values will not
be assigned to "constituents" and "labelsToScores" if they do not
have values in the input.
Added data structure to View class for storing output from an EDL system or any system which has one to many output.
Changed as_json to only add "constituents" and "labelsToScores" to the output if they exist in the View.
Added a check in the constructor so that null values will not be assigned to "constituents" and "labelsToScores" if they do not have values in the input.