Describe the bug
The annotators return NA values for the output_dict values when no annotation was available. They should return null to avoid downstream issues (e.g. if using BDF as an API from javascript).
Expected behavior
Replace all NA-like returns for null so we can do json.dumps() with BDF output.
Describe the bug
The annotators return
NAvalues for theoutput_dictvalues when no annotation was available. They should returnnullto avoid downstream issues (e.g. if using BDF as an API from javascript).Expected behavior
Replace all
NA-like returns fornullso we can dojson.dumps()with BDF output.